mirror of
https://github.com/curl/curl.git
synced 2026-08-25 15:53:39 +03:00
wolfssl: Add ALPN support
This commit is contained in:
parent
67a762928e
commit
a43b22e05b
4 changed files with 107 additions and 7 deletions
|
|
@ -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
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue