From e7593541ef2bc846cfee222a1aa206f403e71fc9 Mon Sep 17 00:00:00 2001 From: Jim Hague Date: Tue, 20 Nov 2018 17:37:46 +0000 Subject: [PATCH] Ensure that compat/getentropy* don't get used, and so drag in OpenSSL. --- configure.ac | 1 + 1 file changed, 1 insertion(+) diff --git a/configure.ac b/configure.ac index c361848b..cc80080e 100644 --- a/configure.ac +++ b/configure.ac @@ -1434,6 +1434,7 @@ if test "$ac_cv_func_arc4random" = "no"; then if test "$USE_WINSOCK" = 1; then AC_LIBOBJ(getentropy_win) else + AC_MSG_ERROR([Function getentropy missing.]) case `uname` in Darwin) AC_LIBOBJ(getentropy_osx)