mirror of
https://git.openwrt.org/openwrt/openwrt.git
synced 2026-02-17 10:51:14 +01:00
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 05a7af9ca0)
This commit is contained in:
parent
4108d02a29
commit
5ea2e1d5ba
1 changed files with 1 additions and 1 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue