[tor-commits] [tor/main] Update fuzz_hexdigest.c

nickm at torproject.org nickm at torproject.org
Mon Jul 12 20:27:02 UTC 2021


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

    Update fuzz_hexdigest.c
---
 src/test/fuzz/fuzz_hexdigest.c | 3 +++
 1 file changed, 3 insertions(+)

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;





More information about the tor-commits mailing list