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 /projects | |
parent | 67a762928ed33470e7423fd01e1860e9c61dedd7 (diff) | |
download | curl-a43b22e05b726e7e080eda63f287f728392b7064.tar.gz |
wolfssl: Add ALPN support
Diffstat (limited to 'projects')
-rw-r--r-- | projects/wolfssl_options.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/projects/wolfssl_options.h b/projects/wolfssl_options.h index 61cc22593..40c34e5d7 100644 --- a/projects/wolfssl_options.h +++ b/projects/wolfssl_options.h @@ -19,6 +19,7 @@ These configure flags were used in MinGW to generate the options in this file: --enable-sessioncerts --enable-certgen --enable-testcert +--enable-alpn C_EXTRA_FLAGS="-DFP_MAX_BITS=16384 -DTFM_TIMING_RESISTANT" Two generated options HAVE_THREAD_LS and _POSIX_THREADS were removed since they @@ -129,6 +130,8 @@ extern "C" { #undef USE_FAST_MATH #define USE_FAST_MATH +#undef HAVE_ALPN +#define HAVE_ALPN #ifdef __cplusplus } |