mirror of
https://gitlab.torproject.org/tpo/core/tor.git
synced 2024-12-06 19:41:15 +01:00
Add missing newline after decode_intro_points() closing bracket
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user