From e16bc916011d53c1e2dfc1fc5da6f7b28374db4b Mon Sep 17 00:00:00 2001 From: Daniel Stenberg Date: Tue, 19 Aug 2003 09:56:39 +0000 Subject: [PATCH] check for CRYPTO_cleanup_all_ex_data as well --- configure.ac | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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