]> git.ipfire.org Git - thirdparty/ldns.git/commitdiff
and configure check for EVP_MD_CTX_new
authorW.C.A. Wijngaards <wouter@nlnetlabs.nl>
Mon, 21 Mar 2016 14:40:18 +0000 (15:40 +0100)
committerW.C.A. Wijngaards <wouter@nlnetlabs.nl>
Mon, 21 Mar 2016 14:40:18 +0000 (15:40 +0100)
configure.ac

index 025f35fd9d7184df190f2dda5ab4ab474bb2d3de..b85504d1de3a9dcdca588ff09ac5059295c8655d 100644 (file)
@@ -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...