summaryrefslogtreecommitdiff
path: root/crypto
diff options
context:
space:
mode:
authorHerbert Xu <herbert@gondor.apana.org.au>2007-12-14 10:19:27 +0800
committerHerbert Xu <herbert@gondor.apana.org.au>2008-01-11 08:16:55 +1100
commit4726204200327c04a77b819e2c653c063f1bc6ab (patch)
tree5fbf6aafedca3da4257bcec45a38fa78c1ecfb31 /crypto
parent6e050778c5d08a97d5d98f7cb62bc503e872615c (diff)
[CRYPTO] seqiv: Add select AEAD in Kconfig
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>
Diffstat (limited to 'crypto')
-rw-r--r--crypto/Kconfig1
1 files changed, 1 insertions, 0 deletions
diff --git a/crypto/Kconfig b/crypto/Kconfig
index 0d89f77428e..6c086eedc14 100644
--- 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