Skip to content

Commit

Permalink
curl: Use wolfssl by default
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
hauke authored and aparcar committed Aug 26, 2020
1 parent f2fa1f6 commit 30fecae
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion net/curl/Config.in
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ comment "SSL support"

choice
prompt "Selected SSL library"
default LIBCURL_MBEDTLS
default LIBCURL_WOLFSSL

config LIBCURL_MBEDTLS
bool "mbed TLS"
Expand Down

1 comment on commit 30fecae

@PolynomialDivision
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Using wolfssl as default will cause problems with --insecure and --cacert path. Not sure why this happens. :/

Please sign in to comment.