Merge pull request #19058 from stangri/openwrt-22.03-curl

[22.03] curl: switch default SSL to mbedTLS
This commit is contained in:
Stan Grishin 2022-07-26 23:20:01 -06:00 committed by GitHub
commit 72abf7e9f4
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

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"