commit f5bf30a0be3faba91097cd1c4292b151b1ee961d
parent 92150e23afa0906197be295ee71024e4bd02d89f
Author: Nick Mathewson <nickm@torproject.org>
Date: Mon, 17 Mar 2025 09:33:41 -0400
Never claim to have LinkAuth=1
Diffstat:
1 file changed, 0 insertions(+), 4 deletions(-)
diff --git 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"