From a43b22e05b726e7e080eda63f287f728392b7064 Mon Sep 17 00:00:00 2001 From: Jay Satiro Date: Mon, 28 Mar 2016 18:18:09 -0400 Subject: wolfssl: Add ALPN support --- projects/wolfssl_options.h | 3 +++ 1 file changed, 3 insertions(+) (limited to 'projects/wolfssl_options.h') 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 } -- cgit v1.2.3