Lines Matching refs:openssl

66       dnl --with-openssl (without path) used
71 dnl check the given --with-openssl spot
79 if test -f "$OPENSSL_PCDIR/openssl.pc"; then
87 if test -f "$OPENSSL_PCDIR/openssl.pc"; then
94 if test ! -f "$PREFIX_OPENSSL/include/openssl/ssl.h"; then
95 AC_MSG_ERROR([$PREFIX_OPENSSL is a bad --with-openssl prefix!])
100 dnl via --with-openssl
111 CURL_CHECK_PKGCONFIG(openssl, [$OPENSSL_PCDIR])
115 $PKGCONFIG --libs-only-l --libs-only-other openssl 2>/dev/null`
118 $PKGCONFIG --libs-only-L openssl 2>/dev/null`
121 $PKGCONFIG --cflags-only-I openssl 2>/dev/null`
133 dnl the argument to --with-openssl we don't know what
157 # Linking previously failed, try extra paths from --with-openssl or
168 #include <openssl/err.h>
185 #include <openssl/err.h>
227 AC_CHECK_HEADERS(openssl/x509.h openssl/rsa.h openssl/crypto.h \
228 openssl/pem.h openssl/ssl.h openssl/err.h,
230 test openssl != "$DEFAULT_SSL_BACKEND" || VALID_DEFAULT_SSL_BACKEND=yes
266 #include <openssl/base.h>
283 #include <openssl/base.h>
300 #include <openssl/opensslv.h>
316 #include <openssl/opensslv.h>
353 LIBCURL_PC_REQUIRES_PRIVATE="$LIBCURL_PC_REQUIRES_PRIVATE openssl"
363 AC_MSG_ERROR([--with-openssl was given but OpenSSL could not be detected])
373 #include <openssl/ssl.h>
391 AC_ARG_ENABLE(openssl-auto-load-config,
392 AS_HELP_STRING([--enable-openssl-auto-load-config],[Enable automatic loading of OpenSSL configurati…
393 AS_HELP_STRING([--disable-openssl-auto-load-config],[Disable automatic loading of OpenSSL configura…
408 #include <openssl/ssl.h>