summaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorDaniel Stenberg <daniel@haxx.se>2016-11-11 13:37:01 +0100
committerDaniel Stenberg <daniel@haxx.se>2016-11-11 13:44:09 +0100
commitf9de7c405f2fcaca620155cb72f197ce2aba8462 (patch)
tree0dd58c7b392a838d9c58ff2eae4888ed4775eade /configure.ac
parentcbec00d914cd3e3ee4c7e139f470431db4ea0081 (diff)
downloadcurl-f9de7c405f2fcaca620155cb72f197ce2aba8462.tar.gz
openssl: RAND_status always exists in OpenSSL >= 0.9.7
and remove RAND_screen from configure since nothing is using that function
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac4
1 files changed, 1 insertions, 3 deletions
diff --git a/configure.ac b/configure.ac
index 74f231608..5a8057f61 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1637,9 +1637,7 @@ if test "$curl_ssl_msg" = "$init_ssl_msg" && test X"$OPT_SSL" != Xno; then
dnl SSL_get_shutdown (but this check won't actually detect it there
dnl as it's a macro that needs the header files be included)
- AC_CHECK_FUNCS( RAND_status \
- RAND_screen \
- RAND_egd \
+ AC_CHECK_FUNCS( RAND_egd \
ENGINE_cleanup \
SSL_get_shutdown \
SSLv2_client_method )