summaryrefslogtreecommitdiff
path: root/projects
diff options
context:
space:
mode:
authorJay Satiro <raysatiro@yahoo.com>2016-03-28 18:18:09 -0400
committerJay Satiro <raysatiro@yahoo.com>2016-03-28 18:18:09 -0400
commita43b22e05b726e7e080eda63f287f728392b7064 (patch)
treec005b07299f9a0833067de91e4c7d0c20294a74a /projects
parent67a762928ed33470e7423fd01e1860e9c61dedd7 (diff)
downloadgnurl-a43b22e05b726e7e080eda63f287f728392b7064.tar.gz
gnurl-a43b22e05b726e7e080eda63f287f728392b7064.tar.bz2
gnurl-a43b22e05b726e7e080eda63f287f728392b7064.zip
wolfssl: Add ALPN support
Diffstat (limited to 'projects')
-rw-r--r--projects/wolfssl_options.h3
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
}