diff options
author | Nick Mathewson <nickm@torproject.org> | 2016-12-13 20:23:16 -0500 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2017-01-30 08:37:22 -0500 |
commit | 0666928c5c367506b0173118153bb804e46eca44 (patch) | |
tree | adba82f7ba2a54e0fb008f33c4def12a60d089c5 /src/test/fuzz/fuzzing.h | |
parent | e2aeaeb76c2fd04a8b5934b7682823d77dc6f064 (diff) | |
download | tor-0666928c5c367506b0173118153bb804e46eca44.tar.gz tor-0666928c5c367506b0173118153bb804e46eca44.zip |
Replace signature-checking and digest-checking while fuzzing
Diffstat (limited to 'src/test/fuzz/fuzzing.h')
-rw-r--r-- | src/test/fuzz/fuzzing.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/test/fuzz/fuzzing.h b/src/test/fuzz/fuzzing.h index 794ed1461e..a8cbb1d9e8 100644 --- a/src/test/fuzz/fuzzing.h +++ b/src/test/fuzz/fuzzing.h @@ -5,4 +5,6 @@ int fuzz_init(void); int fuzz_cleanup(void); int fuzz_main(const uint8_t *data, size_t sz); +void disable_signature_checking(void); + #endif /* FUZZING_H */ |