diff options
author | pedbap <pedbap.g@gmail.com> | 2021-07-01 14:37:05 +0000 |
---|---|---|
committer | pedbap <pedbap.g@gmail.com> | 2021-07-01 14:37:05 +0000 |
commit | 66c5bbb4352b04198f81b6af6e1f9074eb211d96 (patch) | |
tree | 86e0c598f0370ec5c19200609b4427f608fed9c2 /src/test | |
parent | cb178ab65c89580eb43c8cc855122867556f6806 (diff) | |
download | tor-66c5bbb4352b04198f81b6af6e1f9074eb211d96.tar.gz tor-66c5bbb4352b04198f81b6af6e1f9074eb211d96.zip |
Update fuzz_hexdigest.c
Diffstat (limited to 'src/test')
-rw-r--r-- | src/test/fuzz/fuzz_hexdigest.c | 3 |
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; |