diff options
author | Hauke Mehrtens <hauke@hauke-m.de> | 2020-08-26 00:10:20 +0200 |
---|---|---|
committer | Paul Spooren <mail@aparcar.org> | 2020-08-26 13:25:07 -1000 |
commit | 30fecae0524b55bd4bfa97e601909379a8fc079b (patch) | |
tree | 228436a4b372733929603838c5b41765b93e82f4 /net/curl/Config.in | |
parent | f2fa1f60934b15126247e38996663027389ce03d (diff) |
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>
Diffstat (limited to 'net/curl/Config.in')
-rw-r--r-- | net/curl/Config.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/net/curl/Config.in b/net/curl/Config.in index 9afeb00bc..05effa0e7 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_MBEDTLS + default LIBCURL_WOLFSSL config LIBCURL_MBEDTLS bool "mbed TLS" |