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)
This commit is contained in:
Stan Grishin 2021-10-07 20:15:25 +00:00 committed by Hauke Mehrtens
parent 4108d02a29
commit 5ea2e1d5ba

View 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