From: Nick Mathewson Date: Mon, 17 Mar 2025 13:33:41 +0000 (-0400) Subject: Never claim to have LinkAuth=1 X-Git-Tag: tor-0.4.9.2-alpha~30^2~6 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=f5bf30a0be3faba91097cd1c4292b151b1ee961d;p=thirdparty%2Ftor.git Never claim to have LinkAuth=1 --- diff --git a/src/core/or/protover.c b/src/core/or/protover.c index 1ac32bf06c..862b59fc30 100644 --- a/src/core/or/protover.c +++ b/src/core/or/protover.c @@ -396,11 +396,7 @@ protocol_list_supports_protocol_or_later(const char *list, #define PR_HSINTRO_V "4-5" #define PR_HSREND_V "1-2" #define PR_LINK_V "1-5" -#ifdef HAVE_WORKING_TOR_TLS_GET_TLSSECRETS -#define PR_LINKAUTH_V "1,3" -#else #define PR_LINKAUTH_V "3" -#endif #define PR_MICRODESC_V "1-3" #define PR_PADDING_V "2" #define PR_RELAY_V "2-4"