diff options
author | hexcoder- <heiko@hexco.de> | 2020-06-16 01:29:07 +0200 |
---|---|---|
committer | hexcoder- <heiko@hexco.de> | 2020-06-16 01:29:07 +0200 |
commit | bac2da866912d69eb89207757375f0753be2cae2 (patch) | |
tree | 9f1a710a6282d4cf4cb9752024c3040eaf40b869 /include/config.h | |
parent | 9c293b5b7b941d8046e77989f100d084a516d029 (diff) | |
download | afl++-bac2da866912d69eb89207757375f0753be2cae2.tar.gz |
fix for *BSD: remove all HAVE_ARC4RANDOM dependencies
Diffstat (limited to 'include/config.h')
-rw-r--r-- | include/config.h | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/include/config.h b/include/config.h index b93a9f9e..711d0b77 100644 --- a/include/config.h +++ b/include/config.h @@ -397,12 +397,6 @@ // #define IGNORE_FINDS -/* for *BSD: use ARC4RANDOM and save a file descriptor */ -#if defined(__APPLE__) || defined(__FreeBSD__) || defined(__OpenBSD__) - #ifndef HAVE_ARC4RANDOM - #define HAVE_ARC4RANDOM 1 - #endif -#endif /* __APPLE__ || __FreeBSD__ || __OpenBSD__ */ #endif /* ! _HAVE_CONFIG_H */ |