[tor-commits] [tor/master] Fix compilation.
nickm at torproject.org
nickm at torproject.org
Mon Aug 28 18:00:05 UTC 2017
commit f53d405084b1398698bb33b83b3c6c091a038602
Author: Nick Mathewson <nickm at 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"
More information about the tor-commits
mailing list