Ensure that compat/getentropy* don't get used, and so drag in OpenSSL.

This commit is contained in:
Jim Hague 2018-11-20 17:37:46 +00:00
parent 4f67491971
commit e7593541ef
1 changed files with 1 additions and 0 deletions

View File

@ -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)