aboutsummaryrefslogtreecommitdiff
path: root/src/or/dirserv.c
diff options
context:
space:
mode:
authorDavid Goulet <dgoulet@torproject.org>2018-04-25 10:05:30 -0400
committerDavid Goulet <dgoulet@torproject.org>2018-04-27 11:40:44 -0400
commit35ff2a3b864d921d45aec50f551b59f24e31a512 (patch)
tree14ea6c9c3b3186ddec5536f30af424f4e4dd6484 /src/or/dirserv.c
parent43bee06dd090b5e221a0622389e18a21c0d1e153 (diff)
downloadtor-35ff2a3b864d921d45aec50f551b59f24e31a512.tar.gz
tor-35ff2a3b864d921d45aec50f551b59f24e31a512.zip
dirvote: Rename authority_cert_dup()
Renamed to follow the file namespace. Signed-off-by: David Goulet <dgoulet@torproject.org>
Diffstat (limited to 'src/or/dirserv.c')
-rw-r--r--src/or/dirserv.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/or/dirserv.c b/src/or/dirserv.c
index 58294f6cf8..1ade52e81e 100644
--- a/src/or/dirserv.c
+++ b/src/or/dirserv.c
@@ -3131,7 +3131,7 @@ dirserv_generate_networkstatus_vote_obj(crypto_pk_t *private_key,
v3_out->voters = smartlist_new();
smartlist_add(v3_out->voters, voter);
- v3_out->cert = authority_cert_dup(cert);
+ v3_out->cert = dirvote_authority_cert_dup(cert);
v3_out->routerstatus_list = routerstatuses;
/* Note: networkstatus_digest is unset; it won't get set until we actually
* format the vote. */