diff options
author | Rosen Penev <rosenp@gmail.com> | 2022-07-21 18:12:26 -0700 |
---|---|---|
committer | Rosen Penev <rosenp@gmail.com> | 2022-07-23 12:39:21 -0700 |
commit | 0a65e4c6fa84e13a1732c26260615c1ad5efea5b (patch) | |
tree | c511b78cde095a87afb8501f7644a9d285fbfdec /net/curl/Config.in | |
parent | bd6e20542199b4805346059cc8e26f67fff8affd (diff) |
curl: switch default SSL to mbedTLS
The decision to switch the default to wolfSSL was taken because of
hostapd back from when curl was in base. Unfortunately, not only is
wolfSSL bigger but it has also been causing issues recently. There's
also no relation between hostapd and curl.
Signed-off-by: Rosen Penev <rosenp@gmail.com>
Diffstat (limited to 'net/curl/Config.in')
-rw-r--r-- | net/curl/Config.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/net/curl/Config.in b/net/curl/Config.in index afb7f8151..5e7e554d7 100644 --- a/net/curl/Config.in +++ b/net/curl/Config.in @@ -4,7 +4,7 @@ comment "SSL support" choice prompt "Selected SSL library" - default LIBCURL_WOLFSSL + default LIBCURL_MBEDTLS config LIBCURL_MBEDTLS bool "mbed TLS" |