[tor-commits] [tor/maint-0.2.4] Remove the now-unused router_get_networkstatus_v3_hash

nickm at torproject.org nickm at torproject.org
Thu Apr 18 15:14:11 UTC 2013


commit 6706a05b795135ea4035c36fb3c57ecff0f815fc
Author: Nick Mathewson <nickm at torproject.org>
Date:   Tue Apr 2 11:58:29 2013 -0400

    Remove the now-unused router_get_networkstatus_v3_hash
---
 src/or/routerparse.c |   12 ------------
 src/or/routerparse.h |    2 --
 2 files changed, 0 insertions(+), 14 deletions(-)

diff --git a/src/or/routerparse.c b/src/or/routerparse.c
index 87dc608..dfbd2d5 100644
--- a/src/or/routerparse.c
+++ b/src/or/routerparse.c
@@ -662,18 +662,6 @@ router_get_networkstatus_v3_hashes(const char *s, digests_t *digests)
                                 ' ');
 }
 
-/** Set <b>digest</b> to the SHA-1 digest of the hash of the network-status
- * string in <b>s</b>.  Return 0 on success, -1 on failure. */
-int
-router_get_networkstatus_v3_hash(const char *s, char *digest,
-                                 digest_algorithm_t alg)
-{
-  return router_get_hash_impl(s, strlen(s), digest,
-                              "network-status-version",
-                              "\ndirectory-signature",
-                              ' ', alg);
-}
-
 /** Set <b>digest</b> to the SHA-1 digest of the hash of the <b>s_len</b>-byte
  * extrainfo string at <b>s</b>.  Return 0 on success, -1 on failure. */
 int
diff --git a/src/or/routerparse.h b/src/or/routerparse.h
index 8eac3a2..a5f4e37 100644
--- a/src/or/routerparse.h
+++ b/src/or/routerparse.h
@@ -16,8 +16,6 @@ int router_get_router_hash(const char *s, size_t s_len, char *digest);
 int router_get_dir_hash(const char *s, char *digest);
 int router_get_runningrouters_hash(const char *s, char *digest);
 int router_get_networkstatus_v2_hash(const char *s, char *digest);
-int router_get_networkstatus_v3_hash(const char *s, char *digest,
-                                     digest_algorithm_t algorithm);
 int router_get_networkstatus_v3_hashes(const char *s, digests_t *digests);
 int router_get_extrainfo_hash(const char *s, size_t s_len, char *digest);
 #define DIROBJ_MAX_SIG_LEN 256





More information about the tor-commits mailing list