tor

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

commit 66c5bbb4352b04198f81b6af6e1f9074eb211d96
parent cb178ab65c89580eb43c8cc855122867556f6806
Author: pedbap <pedbap.g@gmail.com>
Date:   Thu,  1 Jul 2021 14:37:05 +0000

Update fuzz_hexdigest.c
Diffstat:
Msrc/test/fuzz/fuzz_hexdigest.c | 3+++
1 file changed, 3 insertions(+), 0 deletions(-)

diff --git 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;