check for CRYPTO_cleanup_all_ex_data as well

This commit is contained in:
Daniel Stenberg 2003-08-19 09:56:39 +00:00
Родитель a8c78cbbb0
Коммит e16bc91601
1 изменённых файлов: 2 добавлений и 1 удалений

Просмотреть файл

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