]> git.ipfire.org Git - thirdparty/tor.git/commitdiff
Never claim to have LinkAuth=1
authorNick Mathewson <nickm@torproject.org>
Mon, 17 Mar 2025 13:33:41 +0000 (09:33 -0400)
committerNick Mathewson <nickm@torproject.org>
Tue, 18 Mar 2025 15:58:23 +0000 (11:58 -0400)
src/core/or/protover.c

index 1ac32bf06cb8542756bcaf8f9e26f2c16e95e5a9..862b59fc30d284f4d1209783e9cfe3e7e2258e6a 100644 (file)
@@ -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"