tor

The Tor anonymity network
git clone https://git.dasho.dev/tor.git
Log | Files | Refs | README | LICENSE

commit 1d18ecbc5f74e8aba8096e9bfd851ff775bbce0d
parent 3bd7367274576ca1b2229561e34044f86e26d337
Author: David Goulet <dgoulet@torproject.org>
Date:   Fri, 23 Apr 2021 12:54:10 -0400

Remove HSv2 leftovers after merging #18346

Signed-off-by: David Goulet <dgoulet@torproject.org>

Diffstat:
Msrc/feature/nodelist/dirlist.c | 3---
1 file changed, 0 insertions(+), 3 deletions(-)

diff --git 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: