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>
Sun, 24 Oct 2021 16:46:24 +0000 (18:46 +0200)
* 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>
package/libs/wolfssl/Config.in

index 81496c15d69cd8b67b709d9398a3089eec463ecb..99c156292c7878ecffcbc37e704999e64f0e4d85 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_OPENVPN
        bool "Include OpenVPN support"