[openwrt/openwrt] wolfssl: fix Ed25519 typo in config prompt

LEDE Commits lede-commits at lists.infradead.org
Sat Feb 20 05:12:33 EST 2021


chunkeey pushed a commit to openwrt/openwrt.git, branch master:
https://git.openwrt.org/09e66112f1ea9f5838ce80533f3850523dc30230

commit 09e66112f1ea9f5838ce80533f3850523dc30230
Author: Christian Lamparter <chunkeey at gmail.com>
AuthorDate: Sat Feb 20 11:08:26 2021 +0100

    wolfssl: fix Ed25519 typo in config prompt
    
    Signed-off-by: Christian Lamparter <chunkeey at gmail.com>
---
 package/libs/wolfssl/Config.in | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/package/libs/wolfssl/Config.in b/package/libs/wolfssl/Config.in
index c2f66589e6..5d1f119ac4 100644
--- a/package/libs/wolfssl/Config.in
+++ b/package/libs/wolfssl/Config.in
@@ -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



More information about the lede-commits mailing list