From 9634ffbf29b3c2493e69d10b37077b09a8cbf5ff Mon Sep 17 00:00:00 2001 From: Darren Tucker Date: Tue, 23 Jul 2019 22:25:44 +1000 Subject: Add headers to prevent warnings w/out OpenSSL. --- entropy.c | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'entropy.c') diff --git a/entropy.c b/entropy.c index 5c6594ac..dc307e76 100644 --- a/entropy.c +++ b/entropy.c @@ -39,6 +39,7 @@ #include #include +#include #include #include #include /* for offsetof */ @@ -248,6 +249,9 @@ seed_rng(void) #else /* WITH_OPENSSL */ +#include +#include + /* Acutal initialisation is handled in arc4random() */ void seed_rng(void) -- cgit v1.2.3