1
0
mirror of https://github.com/moparisthebest/curl synced 2024-12-21 23:58:49 -05:00

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

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