From: Stan Grishin Date: Thu, 7 Oct 2021 20:15:25 +0000 (+0000) Subject: wolfssl: enable ECC Curve 25519 by default X-Git-Tag: v21.02.2~16 X-Git-Url: http://git.lede-project.org./?a=commitdiff_plain;h=5ea2e1d5baa9cca7c300132dccc85ae0e2882eb7;p=openwrt%2Fopenwrt.git wolfssl: enable ECC Curve 25519 by default * fixes https://github.com/openwrt/packages/issues/16652 see https://github.com/openwrt/packages/issues/16674#issuecomment-934983898 Signed-off-by: Stan Grishin (cherry picked from commit 05a7af9ca0dd9c42eafbca5aa988b141e0e06053) --- diff --git a/package/libs/wolfssl/Config.in b/package/libs/wolfssl/Config.in index 5d1f119ac4..e78974c23d 100644 --- a/package/libs/wolfssl/Config.in +++ b/package/libs/wolfssl/Config.in @@ -49,7 +49,7 @@ config WOLFSSL_HAS_WPAS config WOLFSSL_HAS_ECC25519 bool "Include ECC Curve 25519 support" - default n + default y config WOLFSSL_HAS_DEVCRYPTO bool