Skip to content
Snippets Groups Projects
Commit e16bc916 authored by Daniel Stenberg's avatar Daniel Stenberg
Browse files

check for CRYPTO_cleanup_all_ex_data as well

parent a8c78cbb
No related branches found
No related tags found
No related merge requests found
......@@ -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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment