projects
/
GitHub
/
MotorolaMobilityLLC
/
kernel-slsi.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
6e05077
)
[CRYPTO] seqiv: Add select AEAD in Kconfig
author
Herbert Xu
<herbert@gondor.apana.org.au>
Fri, 14 Dec 2007 02:19:27 +0000
(10:19 +0800)
committer
Herbert Xu
<herbert@gondor.apana.org.au>
Thu, 10 Jan 2008 21:16:55 +0000
(08:16 +1100)
Now that seqiv supports AEAD algorithms it needs to select the AEAD option.
Thanks to Erez Zadok for pointing out the problem.
Signed-off-by: Herbert Xu <herbert@gondor.apana.org.au>
crypto/Kconfig
patch
|
blob
|
blame
|
history
diff --git
a/crypto/Kconfig
b/crypto/Kconfig
index 0d89f77428e5f062f2c51838e226852c6f062838..6c086eedc14fa5c62ebce4b59cf49faa4f3902eb 100644
(file)
--- a/
crypto/Kconfig
+++ b/
crypto/Kconfig
@@
-34,6
+34,7
@@
config CRYPTO_BLKCIPHER
config CRYPTO_SEQIV
tristate "Sequence Number IV Generator"
+ select CRYPTO_AEAD
select CRYPTO_BLKCIPHER
help
This IV generator generates an IV based on a sequence number by