diff options
author | Nick Mathewson <nickm@torproject.org> | 2018-10-01 00:33:23 -0500 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2018-10-01 10:46:00 -0500 |
commit | cd23903427844efb23048941af62643e5e0163cb (patch) | |
tree | cc2cd4c7bc647365cdbd35d1132a9e47c1aed9c0 /src/feature/dirauth/dirvote.c | |
parent | 2be35f4d61fb8d05007ce65d0421a2ef71c07eb4 (diff) | |
download | tor-cd23903427844efb23048941af62643e5e0163cb.tar.gz tor-cd23903427844efb23048941af62643e5e0163cb.zip |
Pull detached-signatures code into dirauth.
Diffstat (limited to 'src/feature/dirauth/dirvote.c')
-rw-r--r-- | src/feature/dirauth/dirvote.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/feature/dirauth/dirvote.c b/src/feature/dirauth/dirvote.c index 27a85de8ad..0322c9cae7 100644 --- a/src/feature/dirauth/dirvote.c +++ b/src/feature/dirauth/dirvote.c @@ -7,6 +7,7 @@ #include "core/or/or.h" #include "app/config/config.h" #include "feature/dirauth/dircollate.h" +#include "feature/dirauth/dsigs_parse.h" #include "feature/dirauth/recommend_pkg.h" #include "feature/dirauth/voteflags.h" #include "feature/dircommon/directory.h" |