diff options
author | Stan Grishin <stangri@melmac.ca> | 2022-09-15 20:40:00 +0000 |
---|---|---|
committer | Josef Schlehofer <pepe.schlehofer@gmail.com> | 2022-09-15 22:43:11 +0200 |
commit | b814eec3b59beec0e5610c3f0eda4429ba23132c (patch) | |
tree | ed98478444d5102413a874b32eef6caeddaf8139 /net/curl/Config.in | |
parent | 384f9690f2ec5d2437259e16b503c43b994d3fa3 (diff) |
Revert "curl: update to 7.85.0"
This reverts commit 312ab68be498f0d895d8d4dc5b2f0fc857e45eb9.
Signed-off-by: Stan Grishin <stangri@melmac.ca>
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 afb7f8151..5e7e554d7 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_WOLFSSL + default LIBCURL_MBEDTLS config LIBCURL_MBEDTLS bool "mbed TLS" |