summaryrefslogtreecommitdiff
path: root/src/or/networkstatus.c
diff options
context:
space:
mode:
authorNick Mathewson <nickm@torproject.org>2017-05-04 08:49:02 -0400
committerNick Mathewson <nickm@torproject.org>2017-05-04 08:49:02 -0400
commite1d31f2a2f5c7810c9c34ffa57e4b86ec8fd860b (patch)
treee55f60ae702157efa44de566fa0804a50faf18c0 /src/or/networkstatus.c
parenta8eccb6363ff02d4c59526a4daace96f71ff01c8 (diff)
downloadtor-e1d31f2a2f5c7810c9c34ffa57e4b86ec8fd860b.tar.gz
tor-e1d31f2a2f5c7810c9c34ffa57e4b86ec8fd860b.zip
Update the consdiff directory code based on #22143 fixes
These are mostly just identifier renames, except for one place in routerparse.c where we switch to using a correct hash.
Diffstat (limited to 'src/or/networkstatus.c')
-rw-r--r--src/or/networkstatus.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/or/networkstatus.c b/src/or/networkstatus.c
index 18537a3f7b..1b21dd7b45 100644
--- a/src/or/networkstatus.c
+++ b/src/or/networkstatus.c
@@ -2002,7 +2002,7 @@ networkstatus_set_current_consensus(const char *consensus,
dirserv_set_cached_consensus_networkstatus(consensus,
flavor,
&c->digests,
- c->digest_full_sha3,
+ c->digest_sha3_as_signed,
c->valid_after);
if (server_mode(get_options())) {
consdiffmgr_add_consensus(consensus, c);