diff options
author | Daniel Stenberg <daniel@haxx.se> | 2003-08-19 09:56:39 +0000 |
---|---|---|
committer | Daniel Stenberg <daniel@haxx.se> | 2003-08-19 09:56:39 +0000 |
commit | e16bc916011d53c1e2dfc1fc5da6f7b28374db4b (patch) | |
tree | 181411c5e502d438db723bb5008dbf5be27e4bca | |
parent | a8c78cbbb091969f692715dd4e6eb160bba3afb8 (diff) |
check for CRYPTO_cleanup_all_ex_data as well
-rw-r--r-- | configure.ac | 3 |
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 |