wolfssl: fix Ed25519 typo in config prompt
authorChristian Lamparter <chunkeey@gmail.com>
Sat, 20 Feb 2021 10:08:26 +0000 (11:08 +0100)
committerHauke Mehrtens <hauke@hauke-m.de>
Wed, 24 Feb 2021 19:24:13 +0000 (20:24 +0100)
Signed-off-by: Christian Lamparter <chunkeey@gmail.com>
(cherry picked from commit 09e66112f1ea9f5838ce80533f3850523dc30230)

package/libs/wolfssl/Config.in

index c2f66589e6522c2041059df5211c69192d84ea6e..5d1f119ac4d5271adabb73ada23e29fb3e565fdd 100644 (file)
@@ -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