summaryrefslogtreecommitdiff
path: root/build/crypto.m4
diff options
context:
space:
mode:
Diffstat (limited to 'build/crypto.m4')
-rw-r--r--build/crypto.m42
1 files changed, 1 insertions, 1 deletions
diff --git a/build/crypto.m4 b/build/crypto.m4
index f9fe78200..83a1f04bc 100644
--- a/build/crypto.m4
+++ b/build/crypto.m4
@@ -119,7 +119,7 @@ AC_DEFUN([APU_CHECK_CRYPTO_OPENSSL], [
APR_ADDTO(INCLUDES, [-I$withval/include])
fi
- AC_CHECK_DECLS([EVP_PKEY_CTX_new], [], [],
+ AC_CHECK_DECLS([EVP_PKEY_CTX_new, OPENSSL_init_crypto], [], [],
[#include <openssl/evp.h>])
fi