summaryrefslogtreecommitdiffstats
path: root/configure.ac
diff options
context:
space:
mode:
authorDarren Tucker <dtucker@dtucker.net>2018-11-16 14:11:44 +1100
committerDarren Tucker <dtucker@dtucker.net>2018-11-16 14:11:44 +1100
commitd0d1dfa55be1c5c0d77ab3096b198a64235f936d (patch)
tree2ffa51fb6aa1ad2c71656118071a37b024944ef0 /configure.ac
parent6010c0303a422a9c5fa8860c061bf7105eb7f8b2 (diff)
Test for OPENSSL_init_crypto before using.
Check for the presence of OPENSSL_init_crypto and all the flags we want before trying to use it (bz#2931).
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac1
1 files changed, 1 insertions, 0 deletions
diff --git a/configure.ac b/configure.ac
index 53a16c39..3f7fe2cd 100644
--- a/configure.ac
+++ b/configure.ac
@@ -2710,6 +2710,7 @@ if test "x$openssl" = "xyes" ; then
])
# LibreSSL/OpenSSL 1.1x API
AC_CHECK_FUNCS([ \
+ OPENSSL_init_crypto \
DH_get0_key \
DH_get0_pqg \
DH_set0_key \