mirror of
https://github.com/moparisthebest/curl
synced 2024-12-22 08:08:50 -05:00
check for CRYPTO_cleanup_all_ex_data as well
This commit is contained in:
parent
a8c78cbbb0
commit
e16bc91601
@ -659,7 +659,8 @@ AC_HELP_STRING([--without-ca-bundle], [Don't install the CA bundle]),
|
|||||||
|
|
||||||
AC_CHECK_FUNCS( RAND_status \
|
AC_CHECK_FUNCS( RAND_status \
|
||||||
RAND_screen \
|
RAND_screen \
|
||||||
RAND_egd )
|
RAND_egd \
|
||||||
|
CRYPTO_cleanup_all_ex_data )
|
||||||
|
|
||||||
fi
|
fi
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user