[tor/master] Fix compilation.

28 Aug
2017
28 Aug
'17
6 p.m.
commit f53d405084b1398698bb33b83b3c6c091a038602 Author: Nick Mathewson <nickm@torproject.org> Date: Mon Aug 28 14:00:00 2017 -0400 Fix compilation. --- src/test/fuzz/fuzz_hsdescv3.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/test/fuzz/fuzz_hsdescv3.c b/src/test/fuzz/fuzz_hsdescv3.c index 855c0674e..3fd21148f 100644 --- a/src/test/fuzz/fuzz_hsdescv3.c +++ b/src/test/fuzz/fuzz_hsdescv3.c @@ -4,11 +4,12 @@ #define ROUTERPARSE_PRIVATE #define HS_DESCRIPTOR_PRIVATE +#include "or.h" +#include "ed25519_cert.h" /* Trunnel interface. */ #include "crypto_ed25519.h" #include "hs_descriptor.h" #include "routerparse.h" #include "util.h" -#include "torcert.h" #include "fuzzing.h"
2826
Age (days ago)
2826
Last active (days ago)
0 comments
1 participants
participants (1)
-
nickm@torproject.org