mirror of
https://github.com/bitcoin/bitcoin.git
synced 2025-01-25 10:43:19 -03:00
fuzz: Add missing PROVIDE_FUZZ_MAIN_FUNCTION guard to __AFL_FUZZ_INIT
This commit is contained in:
parent
f01416e23c
commit
fa33b2c889
1 changed files with 1 additions and 1 deletions
|
@ -29,7 +29,7 @@
|
|||
#include <utility>
|
||||
#include <vector>
|
||||
|
||||
#ifdef __AFL_FUZZ_INIT
|
||||
#if defined(PROVIDE_FUZZ_MAIN_FUNCTION) && defined(__AFL_FUZZ_INIT)
|
||||
__AFL_FUZZ_INIT();
|
||||
#endif
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue