check for CRYPTO_cleanup_all_ex_data as well

This commit is contained in:
Daniel Stenberg 2003-08-19 09:56:39 +00:00
parent a8c78cbbb0
commit e16bc91601
1 changed files with 2 additions and 1 deletions

View File

@ -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