tor

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

commit 27e067df4fd3148b59dd0377d1a7b111460a2b53
parent 917e4e9eae8645e65ea93836cbd82890eb5d7872
Author: Neel Chauhan <neel@neelc.org>
Date:   Wed,  5 Jun 2019 12:50:01 -0400

Add missing newline after decode_intro_points() closing bracket

Diffstat:
Msrc/feature/hs/hs_descriptor.c | 1+
1 file changed, 1 insertion(+), 0 deletions(-)

diff --git a/src/feature/hs/hs_descriptor.c b/src/feature/hs/hs_descriptor.c @@ -1968,6 +1968,7 @@ decode_intro_points(const hs_descriptor_t *desc, SMARTLIST_FOREACH(intro_points, char *, a, tor_free(a)); smartlist_free(intro_points); } + /* Return 1 iff the given base64 encoded signature in b64_sig from the encoded * descriptor in encoded_desc validates the descriptor content. */ STATIC int