commit | 42a2ce8255e75ea54182e21e9ff611c1c9d19f22 | [log] [tgz] |
---|---|---|
author | Philippe Antoine <contact@catenacyber.fr> | Wed Jul 10 14:26:31 2019 +0200 |
committer | Philippe Antoine <contact@catenacyber.fr> | Wed Jul 10 14:26:31 2019 +0200 |
tree | 40dbdf046615f72bb7a7b69f0dc1718f8cb5bb89 | |
parent | a82fdd47635fa415e42cae1ece07d3c095bfe743 [diff] [blame] |
No booleans and import config
diff --git a/programs/fuzz/onefile.c b/programs/fuzz/onefile.c index c5361b3..9e3986d 100644 --- a/programs/fuzz/onefile.c +++ b/programs/fuzz/onefile.c
@@ -1,6 +1,8 @@ #include <stdint.h> #include <stdlib.h> #include <stdio.h> +// Get platform-specific definition +#include "mbedtls/config.h" int LLVMFuzzerTestOneInput(const uint8_t *Data, size_t Size);