Browse Source
Merge pull request #19058 from stangri/openwrt-22.03-curl
[22.03] curl: switch default SSL to mbedTLS
lilik-openwrt-22.03
Stan Grishin
2 years ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with
1 additions and
1 deletions
-
net/curl/Config.in
|
@ -4,7 +4,7 @@ comment "SSL support" |
|
|
|
|
|
|
|
|
choice |
|
|
choice |
|
|
prompt "Selected SSL library" |
|
|
prompt "Selected SSL library" |
|
|
default LIBCURL_WOLFSSL |
|
|
|
|
|
|
|
|
default LIBCURL_MBEDTLS |
|
|
|
|
|
|
|
|
config LIBCURL_MBEDTLS |
|
|
config LIBCURL_MBEDTLS |
|
|
bool "mbed TLS" |
|
|
bool "mbed TLS" |
|
|