summaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorDaniel Stenberg <daniel@haxx.se>2009-12-17 13:29:41 +0000
committerDaniel Stenberg <daniel@haxx.se>2009-12-17 13:29:41 +0000
commit10a11e3abe54c4b8ce537f84416092d7e7c7d8a4 (patch)
treefd68b9ba5eec6171ae0f059e4014c4677d080118 /configure.ac
parent414180b363ab9ba1104bb738c4f9e80d525c9b3c (diff)
downloadcurl-10a11e3abe54c4b8ce537f84416092d7e7c7d8a4.tar.gz
- David Byron fixed Curl_ossl_cleanup to actually call ENGINE_cleanup when
available.
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 9618ed870..d7d7598b1 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1397,6 +1397,7 @@ if test X"$OPT_SSL" != Xno; then
AC_CHECK_FUNCS( RAND_status \
RAND_screen \
RAND_egd \
+ ENGINE_cleanup \
CRYPTO_cleanup_all_ex_data \
SSL_get_shutdown )