fix for *BSD: remove all HAVE_ARC4RANDOM dependencies

This commit is contained in:
hexcoder-
2020-06-16 01:29:07 +02:00
parent 9c293b5b7b
commit bac2da8669
6 changed files with 3 additions and 27 deletions

View File

@ -124,9 +124,7 @@ void afl_state_init(afl_state_t *afl, uint32_t map_size) {
afl->stats_update_freq = 1;
#ifndef HAVE_ARC4RANDOM
afl->fsrv.dev_urandom_fd = -1;
#endif
afl->fsrv.dev_null_fd = -1;
afl->fsrv.child_pid = -1;