Lines Matching full:wolfssl
27 dnl check for wolfSSL
53 CURL_CHECK_PKGCONFIG(wolfssl, [$wolfpkg])
61 $PKGCONFIG --libs-only-l wolfssl`
63 $PKGCONFIG --libs-only-L wolfssl`
65 $PKGCONFIG --cflags-only-I wolfssl`
67 $PKGCONFIG --modversion wolfssl`
96 /* These are not needed for detection and confuse wolfSSL.
100 #include <wolfssl/options.h>
101 #include <wolfssl/ssl.h>
107 AC_DEFINE(USE_WOLFSSL, 1, [if wolfSSL is enabled])
110 ssl_msg="wolfSSL"
112 test wolfssl != "$DEFAULT_SSL_BACKEND" || VALID_DEFAULT_SSL_BACKEND=yes
125 AC_MSG_NOTICE([detected wolfSSL])
128 dnl wolfssl/ctaocrypt/types.h needs SIZEOF_LONG_LONG defined!
133 dnl wolfSSL needs configure --enable-opensslextra to have *get_peer*
177 LIBCURL_PC_REQUIRES_PRIVATE="$LIBCURL_PC_REQUIRES_PRIVATE wolfssl"
179 AC_MSG_ERROR([--with-wolfssl but wolfSSL was not found or doesn't work])
182 fi dnl wolfSSL not disabled