diff options
author | Nick Mathewson <nickm@torproject.org> | 2018-10-01 00:33:23 -0500 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2018-10-01 10:46:00 -0500 |
commit | cd23903427844efb23048941af62643e5e0163cb (patch) | |
tree | cc2cd4c7bc647365cdbd35d1132a9e47c1aed9c0 /src/feature/dirparse/routerparse.h | |
parent | 2be35f4d61fb8d05007ce65d0421a2ef71c07eb4 (diff) | |
download | tor-cd23903427844efb23048941af62643e5e0163cb.tar.gz tor-cd23903427844efb23048941af62643e5e0163cb.zip |
Pull detached-signatures code into dirauth.
Diffstat (limited to 'src/feature/dirparse/routerparse.h')
-rw-r--r-- | src/feature/dirparse/routerparse.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/feature/dirparse/routerparse.h b/src/feature/dirparse/routerparse.h index 00020936e3..eb0ca880f3 100644 --- a/src/feature/dirparse/routerparse.h +++ b/src/feature/dirparse/routerparse.h @@ -51,8 +51,6 @@ int networkstatus_verify_bw_weights(networkstatus_t *ns, int); networkstatus_t *networkstatus_parse_vote_from_string(const char *s, const char **eos_out, enum networkstatus_type_t ns_type); -ns_detached_signatures_t *networkstatus_parse_detached_signatures( - const char *s, const char *eos); int find_single_ipv6_orport(const smartlist_t *list, tor_addr_t *addr_out, |