diff options
author | Jack Lloyd <[email protected]> | 2018-09-20 13:22:27 -0400 |
---|---|---|
committer | Jack Lloyd <[email protected]> | 2018-09-20 13:22:27 -0400 |
commit | 732f582c6feee3bfa2aa7c2401ba6dd4a44a9dc4 (patch) | |
tree | 21c5099bb77dd18d50026db51c269a76b2da40fd /src/build-data | |
parent | 7d0353793a629ace4cc27443b059b72a8c12d5dd (diff) |
Remove attempting to use /dev/srandom
Seems to have been removed from OpenBSD which AFAIK was the only
place it occured.
Diffstat (limited to 'src/build-data')
-rw-r--r-- | src/build-data/buildh.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/build-data/buildh.in b/src/build-data/buildh.in index 023bfa5fe..17df7791b 100644 --- a/src/build-data/buildh.in +++ b/src/build-data/buildh.in @@ -180,7 +180,7 @@ * These control the RNG used by the system RNG interface */ #define BOTAN_SYSTEM_RNG_DEVICE "/dev/urandom" -#define BOTAN_SYSTEM_RNG_POLL_DEVICES { "/dev/urandom", "/dev/random", "/dev/srandom" } +#define BOTAN_SYSTEM_RNG_POLL_DEVICES { "/dev/urandom", "/dev/random" } /* * This directory will be monitored by ProcWalking_EntropySource and |