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:
76fc60a
)
[CRYPTO] authenc: Add missing Kconfig dependency on BLKCIPHER
author
Herbert Xu
<herbert@gondor.apana.org.au>
Sat, 23 Feb 2008 03:13:00 +0000
(11:13 +0800)
committer
Herbert Xu
<herbert@gondor.apana.org.au>
Sat, 23 Feb 2008 03:13:00 +0000
(11:13 +0800)
The authenc algorithm requires BLKCIPHER to be present.
Signed-off-by: Herbert Xu <herbert@gondor.apana.org.au>
crypto/Kconfig
patch
|
blob
|
history
diff --git
a/crypto/Kconfig
b/crypto/Kconfig
index 898acc5c1967b5d700901a8acf9a15b00f079049..69f1be6816f7cc6740ff206cf173e12feac7450e 100644
(file)
--- a/
crypto/Kconfig
+++ b/
crypto/Kconfig
@@
-575,6
+575,7
@@
config CRYPTO_TEST
config CRYPTO_AUTHENC
tristate "Authenc support"
select CRYPTO_AEAD
+ select CRYPTO_BLKCIPHER
select CRYPTO_MANAGER
select CRYPTO_HASH
help