mirror of https://github.com/getdnsapi/getdns.git
Ensure that compat/getentropy* don't get used, and so drag in OpenSSL.
This commit is contained in:
parent
4f67491971
commit
e7593541ef
|
@ -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)
|
||||
|
|
Loading…
Reference in New Issue