From 6a6a5cc79ebb8aea592162c5ef19ecab8396f6b5 Mon Sep 17 00:00:00 2001 From: Frank Denis Date: Sun, 2 Jun 2019 20:39:01 +0200 Subject: [PATCH] Revert "Disable getentropy() on Apple devices" This reverts commit 9710a33ba1ee40e043dee50b6f483d7727cf1512. --- configure.ac | 4 ---- 1 file changed, 4 deletions(-) diff --git a/configure.ac b/configure.ac index 9e2de27c..88259b75 100644 --- a/configure.ac +++ b/configure.ac @@ -825,10 +825,6 @@ unsigned char buf; # include #endif ]], [[ -#ifdef __APPLE__ -# error getentropy() is currently disabled on Apple operating systems -#endif - unsigned char buf; (void) getentropy((void *) &buf, 1U); ]])],