From 732f582c6feee3bfa2aa7c2401ba6dd4a44a9dc4 Mon Sep 17 00:00:00 2001 From: Jack Lloyd Date: Thu, 20 Sep 2018 13:22:27 -0400 Subject: Remove attempting to use /dev/srandom Seems to have been removed from OpenBSD which AFAIK was the only place it occured. --- src/build-data/buildh.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/build-data/buildh.in') 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 -- cgit v1.2.3