From: W.C.A. Wijngaards Date: Mon, 21 Mar 2016 14:40:18 +0000 (+0100) Subject: and configure check for EVP_MD_CTX_new X-Git-Tag: release-1.7.0-rc1~78 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=b00523434e59ffde7a95964054edf802a5c1346e;p=thirdparty%2Fldns.git and configure check for EVP_MD_CTX_new --- diff --git a/configure.ac b/configure.ac index 025f35fd..b85504d1 100644 --- a/configure.ac +++ b/configure.ac @@ -301,7 +301,7 @@ tmp_LIBS=$LIBS ACX_WITH_SSL_OPTIONAL -AC_CHECK_FUNCS([EVP_sha256 ENGINE_load_cryptodev EVP_PKEY_keygen ECDSA_SIG_get0]) +AC_CHECK_FUNCS([EVP_sha256 ENGINE_load_cryptodev EVP_PKEY_keygen ECDSA_SIG_get0 EVP_MD_CTX_new]) # for macosx, see if glibtool exists and use that # BSD's need to know the version...