diff options
author | David Goulet <dgoulet@torproject.org> | 2018-04-25 11:20:59 -0400 |
---|---|---|
committer | David Goulet <dgoulet@torproject.org> | 2018-05-01 10:07:09 -0400 |
commit | a2ff4975f372870c841a8c4eeeeb93d834663650 (patch) | |
tree | a8777ae9a02ecaf7852d22635f47177dca2fb79c /src/or/dirauth/shared_random.c | |
parent | 0f3b765b3c8ba6f4f105440861e87ecaf4ea4323 (diff) | |
download | tor-a2ff4975f372870c841a8c4eeeeb93d834663650.tar.gz tor-a2ff4975f372870c841a8c4eeeeb93d834663650.zip |
dirvote: Move the vote creation code into dirvote.c
This code is only for dirauth so this commit moves it into the module in
dirvote.c.
No code behavior change.
Signed-off-by: David Goulet <dgoulet@torproject.org>
Diffstat (limited to 'src/or/dirauth/shared_random.c')
-rw-r--r-- | src/or/dirauth/shared_random.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/or/dirauth/shared_random.c b/src/or/dirauth/shared_random.c index 5dee77dce9..7e49204159 100644 --- a/src/or/dirauth/shared_random.c +++ b/src/or/dirauth/shared_random.c @@ -91,6 +91,7 @@ #include "shared_random.h" #include "config.h" #include "confparse.h" +#include "dirvote_common.h" #include "networkstatus.h" #include "routerkeys.h" #include "router.h" |