Browse Source

curl: Use wolfssl by default

Instead of using mbedtls by default use wolfssl. We now integrate
wolfssl in the default build so use it also as default ssl library for
curl.

Signed-off-by: Hauke Mehrtens <hauke@hauke-m.de>
lilik-openwrt-22.03
Hauke Mehrtens 4 years ago
committed by Paul Spooren
parent
commit
30fecae052
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 choice
prompt "Selected SSL library" prompt "Selected SSL library"
default LIBCURL_MBEDTLS
default LIBCURL_WOLFSSL
config LIBCURL_MBEDTLS config LIBCURL_MBEDTLS
bool "mbed TLS" bool "mbed TLS"


Loading…
Cancel
Save