ns: Move dirvote_get_voter_sig_by_alg() to networkstatus.c
commit098b7fe25bdba20974ebf4ae02ec816316f23383
authorDavid Goulet <dgoulet@torproject.org>
Tue, 1 May 2018 14:59:10 +0000 (1 10:59 -0400)
committerDavid Goulet <dgoulet@torproject.org>
Tue, 1 May 2018 15:43:23 +0000 (1 11:43 -0400)
tree11c97b69557f99c99c8358c1a7229bce96a46fa5
parentafd4fc689a5212a9aafa084f4e377db28583360d
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>
src/or/dirauth/dirvote.c
src/or/dirvote_common.c
src/or/dirvote_common.h
src/or/networkstatus.c
src/or/networkstatus.h
src/or/routerparse.c