mirror of
https://github.com/curl/curl.git
synced 2026-06-04 13:44:15 +03:00
check for CRYPTO_cleanup_all_ex_data as well
This commit is contained in:
parent
a8c78cbbb0
commit
e16bc91601
1 changed files with 2 additions and 1 deletions
|
|
@ -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
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue