]> git.ipfire.org Git - thirdparty/tor.git/commitdiff
Fix compilation.
authorNick Mathewson <nickm@torproject.org>
Mon, 28 Aug 2017 18:00:00 +0000 (14:00 -0400)
committerNick Mathewson <nickm@torproject.org>
Mon, 28 Aug 2017 18:00:00 +0000 (14:00 -0400)
src/test/fuzz/fuzz_hsdescv3.c

index 855c0674e5409111fe3bb900d8220b0d693767e4..3fd21148f46671110e275c6fbcb2cc659f7c90b2 100644 (file)
@@ -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"