diff options
Diffstat (limited to 'fuzz/fuzz-common.c')
-rw-r--r-- | fuzz/fuzz-common.c | 9 |
1 files changed, 1 insertions, 8 deletions
diff --git a/fuzz/fuzz-common.c b/fuzz/fuzz-common.c index a147710..20f4287 100644 --- a/fuzz/fuzz-common.c +++ b/fuzz/fuzz-common.c @@ -1,3 +1,4 @@ +#define FUZZ_NO_REPLACE_STDERR #include "includes.h" #include "includes.h" @@ -9,16 +10,8 @@ #include "bignum.h" #include "atomicio.h" #include "fuzz-wrapfd.h" - -#define FUZZ_NO_REPLACE_STDERR #include "fuzz.h" -/* fuzz.h redefines stderr, we don't want that here */ -#ifdef origstderr -#undef stderr -#define stderr origstderr -#endif // origstderr - struct dropbear_fuzz_options fuzz; static void fuzz_dropbear_log(int UNUSED(priority), const char* format, va_list param); |