From: Daniel Stenberg Date: Tue, 19 Aug 2003 09:56:39 +0000 (+0000) Subject: check for CRYPTO_cleanup_all_ex_data as well X-Git-Tag: curl-7_10_8~281 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=e16bc916011d53c1e2dfc1fc5da6f7b28374db4b;p=curl check for CRYPTO_cleanup_all_ex_data as well --- 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