[tor-commits] [tor/master] Remove HSv2 leftovers after merging #18346
dgoulet at torproject.org
dgoulet at torproject.org
Fri Apr 23 16:55:30 UTC 2021
commit 1d18ecbc5f74e8aba8096e9bfd851ff775bbce0d
Author: David Goulet <dgoulet at torproject.org>
Date: Fri Apr 23 12:54:10 2021 -0400
Remove HSv2 leftovers after merging #18346
Signed-off-by: David Goulet <dgoulet at torproject.org>
---
src/feature/nodelist/dirlist.c | 3 ---
1 file changed, 3 deletions(-)
diff --git a/src/feature/nodelist/dirlist.c b/src/feature/nodelist/dirlist.c
index 57b55f0127..1f1ac4d106 100644
--- a/src/feature/nodelist/dirlist.c
+++ b/src/feature/nodelist/dirlist.c
@@ -320,10 +320,7 @@ auth_dirport_usage_for_purpose(int purpose)
case DIR_PURPOSE_FETCH_STATUS_VOTE:
return AUTH_USAGE_VOTING;
- case DIR_PURPOSE_HAS_FETCHED_RENDDESC_V2:
case DIR_PURPOSE_SERVER:
- case DIR_PURPOSE_UPLOAD_RENDDESC_V2:
- case DIR_PURPOSE_FETCH_RENDDESC_V2:
case DIR_PURPOSE_UPLOAD_HSDESC:
case DIR_PURPOSE_FETCH_HSDESC:
case DIR_PURPOSE_HAS_FETCHED_HSDESC:
More information about the tor-commits
mailing list