aboutsummaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorDaniel Stenberg <daniel@haxx.se>2003-08-19 09:56:39 +0000
committerDaniel Stenberg <daniel@haxx.se>2003-08-19 09:56:39 +0000
commite16bc916011d53c1e2dfc1fc5da6f7b28374db4b (patch)
tree181411c5e502d438db723bb5008dbf5be27e4bca /configure.ac
parenta8c78cbbb091969f692715dd4e6eb160bba3afb8 (diff)
check for CRYPTO_cleanup_all_ex_data as well
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac3
1 files changed, 2 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac
index a3e1ebfe3..d2c42a373 100644
--- a/configure.ac
+++ b/configure.ac
@@ -659,7 +659,8 @@ AC_HELP_STRING([--without-ca-bundle], [Don't install the CA bundle]),
AC_CHECK_FUNCS( RAND_status \
RAND_screen \
- RAND_egd )
+ RAND_egd \
+ CRYPTO_cleanup_all_ex_data )
fi