aboutsummaryrefslogtreecommitdiff
path: root/src/or/dirvote_common.h
diff options
context:
space:
mode:
authorDavid Goulet <dgoulet@torproject.org>2018-05-01 10:59:10 -0400
committerDavid Goulet <dgoulet@torproject.org>2018-05-01 11:43:23 -0400
commit098b7fe25bdba20974ebf4ae02ec816316f23383 (patch)
tree11c97b69557f99c99c8358c1a7229bce96a46fa5 /src/or/dirvote_common.h
parentafd4fc689a5212a9aafa084f4e377db28583360d (diff)
downloadtor-098b7fe25bdba20974ebf4ae02ec816316f23383.tar.gz
tor-098b7fe25bdba20974ebf4ae02ec816316f23383.zip
ns: Move dirvote_get_voter_sig_by_alg() to networkstatus.c
It makes more sense to be in networkstatus.c so move it there and rename it with the "networkstatus_" prefix. Part of #25988 Signed-off-by: David Goulet <dgoulet@torproject.org>
Diffstat (limited to 'src/or/dirvote_common.h')
-rw-r--r--src/or/dirvote_common.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/src/or/dirvote_common.h b/src/or/dirvote_common.h
index 857b8497ee..096e5b0300 100644
--- a/src/or/dirvote_common.h
+++ b/src/or/dirvote_common.h
@@ -58,9 +58,5 @@ time_t dirvote_get_start_of_next_interval(time_t now,
int offset);
time_t dirvote_get_next_valid_after_time(void);
-document_signature_t *dirvote_get_voter_sig_by_alg(
- const networkstatus_voter_info_t *voter,
- digest_algorithm_t alg);
-
#endif /* TOR_DIRVOTE_COMMON_H */