aboutsummaryrefslogtreecommitdiff
path: root/src/test
diff options
context:
space:
mode:
authorpedbap <pedbap.g@gmail.com>2021-07-01 14:37:05 +0000
committerpedbap <pedbap.g@gmail.com>2021-07-01 14:37:05 +0000
commit66c5bbb4352b04198f81b6af6e1f9074eb211d96 (patch)
tree86e0c598f0370ec5c19200609b4427f608fed9c2 /src/test
parentcb178ab65c89580eb43c8cc855122867556f6806 (diff)
downloadtor-66c5bbb4352b04198f81b6af6e1f9074eb211d96.tar.gz
tor-66c5bbb4352b04198f81b6af6e1f9074eb211d96.zip
Update fuzz_hexdigest.c
Diffstat (limited to 'src/test')
-rw-r--r--src/test/fuzz/fuzz_hexdigest.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/test/fuzz/fuzz_hexdigest.c b/src/test/fuzz/fuzz_hexdigest.c
index e4fd0a8c76..376c77f35a 100644
--- a/src/test/fuzz/fuzz_hexdigest.c
+++ b/src/test/fuzz/fuzz_hexdigest.c
@@ -48,6 +48,9 @@
#include "lib/crypt_ops/digestset.h"
+#include "test/fuzz/fuzzing.h"
+
+
int fuzz_init(void)
{
return 0;