aboutsummaryrefslogtreecommitdiffstats
path: root/package/libs
diff options
context:
space:
mode:
authorStan Grishin <stangri@melmac.net>2021-10-07 20:15:25 +0000
committerHauke Mehrtens <hauke@hauke-m.de>2022-02-12 20:25:48 +0100
commit5ea2e1d5baa9cca7c300132dccc85ae0e2882eb7 (patch)
treee9662bd53d35eb5838e017c267e5d220e23c22a0 /package/libs
parent4108d02a29037cd733acfbd9a68f5dc4d58c3a56 (diff)
downloadupstream-5ea2e1d5baa9cca7c300132dccc85ae0e2882eb7.tar.gz
upstream-5ea2e1d5baa9cca7c300132dccc85ae0e2882eb7.tar.bz2
upstream-5ea2e1d5baa9cca7c300132dccc85ae0e2882eb7.zip
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@melmac.net> (cherry picked from commit 05a7af9ca0dd9c42eafbca5aa988b141e0e06053)
Diffstat (limited to 'package/libs')
-rw-r--r--package/libs/wolfssl/Config.in2
1 files changed, 1 insertions, 1 deletions
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