[openwrt/openwrt] wolfssl: enable ECC Curve 25519 by default
LEDE Commits
lede-commits at lists.infradead.org
Sun Oct 24 11:28:16 PDT 2021
hauke pushed a commit to openwrt/openwrt.git, branch master:
https://git.openwrt.org/05a7af9ca0dd9c42eafbca5aa988b141e0e06053
commit 05a7af9ca0dd9c42eafbca5aa988b141e0e06053
Author: Stan Grishin <stangri at melmac.net>
AuthorDate: Thu Oct 7 20:15:25 2021 +0000
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 <stangri at melmac.net>
---
package/libs/wolfssl/Config.in | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/package/libs/wolfssl/Config.in b/package/libs/wolfssl/Config.in
index 81496c15d6..99c156292c 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_OPENVPN
bool "Include OpenVPN support"
More information about the lede-commits
mailing list