tor

The Tor anonymity network
git clone https://git.dasho.dev/tor.git
Log | Files | Refs | README | LICENSE

commit f53d405084b1398698bb33b83b3c6c091a038602
parent 18bc7fa70bd277d8284a8f245e54dd54b7a0c529
Author: Nick Mathewson <nickm@torproject.org>
Date:   Mon, 28 Aug 2017 14:00:00 -0400

Fix compilation.

Diffstat:
Msrc/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 @@ -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"