Browse Source

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>
(cherry picked from commit 0a65e4c6fa)
lilik-openwrt-22.03
Rosen Penev 2 years ago
committed by Stan Grishin
parent
commit
d385ac5045
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      net/curl/Config.in

+ 1
- 1
net/curl/Config.in View File

@ -4,7 +4,7 @@ comment "SSL support"
choice
prompt "Selected SSL library"
default LIBCURL_WOLFSSL
default LIBCURL_MBEDTLS
config LIBCURL_MBEDTLS
bool "mbed TLS"


Loading…
Cancel
Save