diff options
-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 " |