aboutsummaryrefslogtreecommitdiff
path: root/src/or/or.h
diff options
context:
space:
mode:
authorNick Mathewson <nickm@torproject.org>2007-06-13 22:39:08 +0000
committerNick Mathewson <nickm@torproject.org>2007-06-13 22:39:08 +0000
commit649a80232283155f568f1e05464ffbf2b20647bd (patch)
tree94c29a200a2399cba0b06f927a77946dc500a154 /src/or/or.h
parentc2ea3e9aea5aa852c6778039ef107548f04c4cfc (diff)
downloadtor-649a80232283155f568f1e05464ffbf2b20647bd.tar
tor-649a80232283155f568f1e05464ffbf2b20647bd.tar.gz
r13409@catbus: nickm | 2007-06-13 18:01:56 -0400
Test the remainder of the contents of the consensus; fix a bug in geneating addresses on routerstatuses. svn:r10597
Diffstat (limited to 'src/or/or.h')
-rw-r--r--src/or/or.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/src/or/or.h b/src/or/or.h
index f2fe563b5..dd3106f7f 100644
--- a/src/or/or.h
+++ b/src/or/or.h
@@ -2768,6 +2768,12 @@ int networkstatus_check_consensus_signature(networkstatus_vote_t *consensus);
void authority_cert_free(authority_cert_t *cert);
authority_cert_t *authority_cert_dup(authority_cert_t *cert);
+#ifdef DIRVOTE_PRIVATE
+int networkstatus_check_voter_signature(networkstatus_vote_t *consensus,
+ networkstatus_voter_info_t *voter,
+ authority_cert_t *cert);
+#endif
+
/********************************* dns.c ***************************/
int dns_init(void);