tor

The Tor anonymity network
git clone https://git.dasho.dev/tor.git
Log | Files | Refs | README | LICENSE

commit 8ebbf629404a97b6110c1916d554009dc8f42c5a
parent 6a647be54a8e88f94461f82e16b78a9113a1c351
Author: Nick Mathewson <nickm@torproject.org>
Date:   Fri, 10 Jul 2020 13:32:25 -0400

Add an extra comment about keeping rust and c protover in sync.

Diffstat:
Msrc/core/or/protover.c | 5+++++
1 file changed, 5 insertions(+), 0 deletions(-)

diff --git a/src/core/or/protover.c b/src/core/or/protover.c @@ -393,6 +393,11 @@ protocol_list_supports_protocol_or_later(const char *list, const char * protover_get_supported_protocols(void) { + /* WARNING! + * + * Remember to edit the SUPPORTED_PROTOCOLS list in protover.rs if you + * are editing this list. + */ return "Cons=1-2 " "Desc=1-2 "