tor

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

commit af48afe667388ce1559b560c64e6416b414ada3e
parent 3057671a380773167f5e8efe7b3860b88015eeab
Author: Neel Chauhan <neel@neelc.org>
Date:   Mon, 16 Nov 2020 08:47:12 -0800

Unbreak build

Diffstat:
Msrc/feature/rend/rendcommon.c | 2++
1 file changed, 2 insertions(+), 0 deletions(-)

diff --git a/src/feature/rend/rendcommon.c b/src/feature/rend/rendcommon.c @@ -548,6 +548,8 @@ rend_encode_v2_descriptors(smartlist_t *descs_out, ipos = ipos_encrypted; ipos_len = ipos_encrypted_len; break; + case REND_V3_AUTH: + break; /* v3 service, break. */ default: log_warn(LD_REND|LD_BUG, "Unrecognized authorization type %d", (int)auth_type);