aboutsummaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorDaniel Stenberg <daniel@haxx.se>2007-03-14 23:40:46 +0000
committerDaniel Stenberg <daniel@haxx.se>2007-03-14 23:40:46 +0000
commitd31445303711155262c733b4eb34c1d6461a0f41 (patch)
tree02fbb6be5f1d87edc0867782d999954aefb9f16f /configure.ac
parent9cb69f77f1a84706c44984444aaa8c430c50121c (diff)
yassl doesn't have SSL_get_shutdown() in its OpenSSL() layer so we check for
it and avoid it, even if this cripples the CCC command
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac3
1 files changed, 3 insertions, 0 deletions
diff --git a/configure.ac b/configure.ac
index 22c86e36e..9bced6cb5 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1023,6 +1023,9 @@ if test X"$OPT_SSL" != Xno; then
OPENSSL_ENABLED=1
AC_DEFINE(USE_OPENSSL, 1, [if OpenSSL is in use]))
+ dnl yassl doesn't have SSL_get_shutdown ?
+ AC_CHECK_FUNCS( SSL_get_shutdown )
+
if test $ac_cv_header_openssl_x509_h = no; then
dnl we don't use the "action" part of the AC_CHECK_HEADERS macro
dnl since 'err.h' might in fact find a krb4 header with the same