mirror of
https://github.com/curl/curl.git
synced 2026-08-24 21:13:40 +03:00
wolfssl: Use ECC supported curves extension
https://github.com/wolfSSL/wolfssl/issues/366
This commit is contained in:
parent
27c99a37ba
commit
7921628714
3 changed files with 26 additions and 1 deletions
|
|
@ -30,6 +30,7 @@ C_EXTRA_FLAGS="\
|
|||
--enable-sha512 \
|
||||
--enable-sni \
|
||||
--enable-sslv3 \
|
||||
--enable-supportedcurves \
|
||||
--enable-testcert \
|
||||
> config.out 2>&1
|
||||
|
||||
|
|
@ -158,6 +159,9 @@ extern "C" {
|
|||
#undef HAVE_TLS_EXTENSIONS
|
||||
#define HAVE_TLS_EXTENSIONS
|
||||
|
||||
#undef HAVE_SUPPORTED_CURVES
|
||||
#define HAVE_SUPPORTED_CURVES
|
||||
|
||||
#undef WOLFSSL_TEST_CERT
|
||||
#define WOLFSSL_TEST_CERT
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue