mirror of
https://git.openwrt.org/openwrt/openwrt.git
synced 2026-02-22 00:32:26 +01:00
wolfssl: fix Config.in typo
Fix simple typo `/crytpo/crypto/` in a description string Signed-off-by: Tony Butler <spudz76@gmail.com>
This commit is contained in:
parent
745f1ca976
commit
3d205eb216
1 changed files with 1 additions and 1 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue