[openwrt/openwrt] wolfssl: fix Config.in typo
LEDE Commits
lede-commits at lists.infradead.org
Sun Nov 27 04:26:13 PST 2022
hauke pushed a commit to openwrt/openwrt.git, branch master:
https://git.openwrt.org/3d205eb216c21fc94a0e088b0b67ed61b0c992df
commit 3d205eb216c21fc94a0e088b0b67ed61b0c992df
Author: Tony Butler <spudz76 at gmail.com>
AuthorDate: Sun Nov 20 00:05:33 2022 -0800
wolfssl: fix Config.in typo
Fix simple typo `/crytpo/crypto/` in a description string
Signed-off-by: Tony Butler <spudz76 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 a212d1fb8a..7c154ccb31 100644
--- a/package/libs/wolfssl/Config.in
+++ b/package/libs/wolfssl/Config.in
@@ -81,7 +81,7 @@ if PACKAGE_libwolfssl
bool "AF_ALG"
config WOLFSSL_HAS_DEVCRYPTO_CBC
- bool "/dev/crytpo - AES-CBC-only"
+ bool "/dev/crypto - AES-CBC-only"
select WOLFSSL_HAS_DEVCRYPTO
config WOLFSSL_HAS_DEVCRYPTO_AES
More information about the lede-commits
mailing list