projects
/
openwrt
/
staging
/
blogic.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
ce3fd84
)
crypto: fix typo in crypto/Kconfig
author
[email protected]
<
[email protected]
>
Wed, 9 Nov 2011 06:29:20 +0000
(
01:29
-0500)
committer
Herbert Xu
<
[email protected]
>
Wed, 9 Nov 2011 12:03:51 +0000
(20:03 +0800)
Fix a typo in the Kconfig file help text.
Signed-off-by: Valdis Kletnieks <
[email protected]
>
Signed-off-by: Herbert Xu <
[email protected]
>
crypto/Kconfig
patch
|
blob
|
history
diff --git
a/crypto/Kconfig
b/crypto/Kconfig
index 527a857d10b61a4bd4d23d243cf43e2551d4faed..733208fe0a2db2453da27ea593306721b0fa4a47 100644
(file)
--- a/
crypto/Kconfig
+++ b/
crypto/Kconfig
@@
-105,7
+105,7
@@
config CRYPTO_USER
depends on NET
select CRYPTO_MANAGER
help
- User
a
pace configuration for cryptographic instantiations such as
+ User
s
pace configuration for cryptographic instantiations such as
cbc(aes).
config CRYPTO_MANAGER_DISABLE_TESTS