wolfssl: enable ECC Curve 25519 by default
authorStan Grishin <stangri@melmac.net>
Thu, 7 Oct 2021 20:15:25 +0000 (20:15 +0000)
committerHauke Mehrtens <hauke@hauke-m.de>
Sat, 12 Feb 2022 19:25:48 +0000 (20:25 +0100)
* 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)

package/libs/wolfssl/Config.in

index 5d1f119ac4d5271adabb73ada23e29fb3e565fdd..e78974c23d12c4620ccbdce0951efc75a544d255 100644 (file)
@@ -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