mirror of
https://git.openwrt.org/openwrt/openwrt.git
synced 2026-01-31 06:43:09 +01:00
wolfssl: fix Ed25519 typo in config prompt
Signed-off-by: Christian Lamparter <chunkeey@gmail.com>
(cherry picked from commit 09e66112f1)
This commit is contained in:
parent
f647d9e6bb
commit
86801bd3d8
1 changed files with 1 additions and 1 deletions
|
|
@ -48,7 +48,7 @@ config WOLFSSL_HAS_WPAS
|
|||
default y
|
||||
|
||||
config WOLFSSL_HAS_ECC25519
|
||||
bool "Include ECC Curve 22519 support"
|
||||
bool "Include ECC Curve 25519 support"
|
||||
default n
|
||||
|
||||
config WOLFSSL_HAS_DEVCRYPTO
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue