diff options
author | Daniel Stenberg <daniel@haxx.se> | 2019-02-22 08:04:09 +0100 |
---|---|---|
committer | Daniel Stenberg <daniel@haxx.se> | 2019-02-23 11:47:24 +0100 |
commit | 300def7d4056178091b530e9304f8609d6d7ee21 (patch) | |
tree | 3ba06e4aaec71b1af1db3f7587d50468d074c3df /configure.ac | |
parent | 11974ac859c5d82def59e837e0db56fef7f6794e (diff) | |
download | curl-300def7d4056178091b530e9304f8609d6d7ee21.tar.gz |
wolfssl: stop custom-adding curves
since wolfSSL PR https://github.com/wolfSSL/wolfssl/pull/717 (shipped in
wolfSSL 3.10.2 and later) it sends these curves by default already.
Pointed-out-by: David Garske
Closes #3599
Diffstat (limited to 'configure.ac')
-rwxr-xr-x | configure.ac | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac index 462ed8134..1fc9d34d5 100755 --- a/configure.ac +++ b/configure.ac @@ -2384,7 +2384,6 @@ if test -z "$ssl_backends" -o "x$OPT_CYASSL" != xno; then dnl Recent WolfSSL versions build without SSLv3 by default dnl WolfSSL needs configure --enable-opensslextra to have *get_peer* AC_CHECK_FUNCS(wolfSSLv3_client_method \ - wolfSSL_CTX_UseSupportedCurve \ wolfSSL_get_peer_certificate \ wolfSSL_UseALPN) else |