diff options
author | Neel Chauhan <neel@neelc.org> | 2019-06-05 12:50:01 -0400 |
---|---|---|
committer | Neel Chauhan <neel@neelc.org> | 2019-06-05 12:50:01 -0400 |
commit | 27e067df4fd3148b59dd0377d1a7b111460a2b53 (patch) | |
tree | c6b3bf6baa950d515ea4425a7ed670123b084d98 /src/feature/hs/hs_descriptor.c | |
parent | 917e4e9eae8645e65ea93836cbd82890eb5d7872 (diff) | |
download | tor-27e067df4fd3148b59dd0377d1a7b111460a2b53.tar.gz tor-27e067df4fd3148b59dd0377d1a7b111460a2b53.zip |
Add missing newline after decode_intro_points() closing bracket
Diffstat (limited to 'src/feature/hs/hs_descriptor.c')
-rw-r--r-- | src/feature/hs/hs_descriptor.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/feature/hs/hs_descriptor.c b/src/feature/hs/hs_descriptor.c index 52dc8690c3..a8796c0029 100644 --- 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 |