diff options
author | Jay Satiro <raysatiro@yahoo.com> | 2016-03-28 18:18:09 -0400 |
---|---|---|
committer | Jay Satiro <raysatiro@yahoo.com> | 2016-03-28 18:18:09 -0400 |
commit | a43b22e05b726e7e080eda63f287f728392b7064 (patch) | |
tree | c005b07299f9a0833067de91e4c7d0c20294a74a /configure.ac | |
parent | 67a762928ed33470e7423fd01e1860e9c61dedd7 (diff) | |
download | curl-a43b22e05b726e7e080eda63f287f728392b7064.tar.gz |
wolfssl: Add ALPN support
Diffstat (limited to 'configure.ac')
-rw-r--r-- | configure.ac | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac index b208d4d11..b3ad5816f 100644 --- a/configure.ac +++ b/configure.ac @@ -2206,7 +2206,8 @@ if test "$curl_ssl_msg" = "$init_ssl_msg"; then dnl Recent WolfSSL versions build without SSLv3 by default dnl WolfSSL needs configure --enable-opensslextra to have *get_peer* AC_CHECK_FUNCS(wolfSSLv3_client_method \ - wolfSSL_get_peer_certificate) + wolfSSL_get_peer_certificate \ + wolfSSL_UseALPN) else dnl Cyassl needs configure --enable-opensslextra to have *get_peer* AC_CHECK_FUNCS(CyaSSL_get_peer_certificate) |