[tor-commits] [tor/master] Add missing newline after decode_intro_points() closing bracket
nickm at torproject.org
nickm at torproject.org
Wed Jun 5 19:10:44 UTC 2019
commit 27e067df4fd3148b59dd0377d1a7b111460a2b53
Author: Neel Chauhan <neel at neelc.org>
Date: Wed Jun 5 12:50:01 2019 -0400
Add missing newline after decode_intro_points() closing bracket
---
src/feature/hs/hs_descriptor.c | 1 +
1 file changed, 1 insertion(+)
diff --git a/src/feature/hs/hs_descriptor.c b/src/feature/hs/hs_descriptor.c
index 52dc8690c..a8796c002 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
More information about the tor-commits
mailing list