diff options
author | Nick Mathewson <nickm@torproject.org> | 2020-07-10 13:32:25 -0400 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2020-07-10 13:32:25 -0400 |
commit | 8ebbf629404a97b6110c1916d554009dc8f42c5a (patch) | |
tree | d3fea71b9b3a5d9fe6501579583de71f7c7ff5c7 /src | |
parent | 6a647be54a8e88f94461f82e16b78a9113a1c351 (diff) | |
download | tor-8ebbf629404a97b6110c1916d554009dc8f42c5a.tar.gz tor-8ebbf629404a97b6110c1916d554009dc8f42c5a.zip |
Add an extra comment about keeping rust and c protover in sync.
Diffstat (limited to 'src')
-rw-r--r-- | src/core/or/protover.c | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/src/core/or/protover.c b/src/core/or/protover.c index c6b0243693..1ac264925c 100644 --- 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 " |