From f5bf30a0be3faba91097cd1c4292b151b1ee961d Mon Sep 17 00:00:00 2001 From: Nick Mathewson Date: Mon, 17 Mar 2025 09:33:41 -0400 Subject: [PATCH] Never claim to have LinkAuth=1 --- src/core/or/protover.c | 4 ---- 1 file changed, 4 deletions(-) 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" -- 2.47.2