From d385ac50459a7183bbe488cfd9dcd19292019d00 Mon Sep 17 00:00:00 2001 From: Rosen Penev Date: Thu, 21 Jul 2022 18:12:26 -0700 Subject: [PATCH] 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 (cherry picked from commit 0a65e4c6fa84e13a1732c26260615c1ad5efea5b) --- net/curl/Config.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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"