Lines Matching full:wolfssl
27 dnl check for wolfSSL
52 CURL_CHECK_PKGCONFIG(wolfssl, [$wolfpkg])
60 $PKGCONFIG --libs-only-l wolfssl`
62 $PKGCONFIG --libs-only-L wolfssl`
64 $PKGCONFIG --cflags-only-I wolfssl`
66 $PKGCONFIG --modversion wolfssl`
94 /* These aren't needed for detection and confuse WolfSSL.
98 #include <wolfssl/options.h>
99 #include <wolfssl/ssl.h>
105 AC_DEFINE(USE_WOLFSSL, 1, [if wolfSSL is enabled])
109 ssl_msg="WolfSSL"
111 test wolfssl != "$DEFAULT_SSL_BACKEND" || VALID_DEFAULT_SSL_BACKEND=yes
123 AC_MSG_NOTICE([detected wolfSSL])
126 dnl wolfssl/ctaocrypt/types.h needs SIZEOF_LONG_LONG defined!
131 dnl WolfSSL needs configure --enable-opensslextra to have *get_peer*
168 AC_MSG_ERROR([--with-wolfssl but wolfSSL was not found or doesn't work])
171 fi dnl wolfSSL not disabled