1
0
Fork 0

[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>
hifive-unleashed-5.1
Herbert Xu 2007-12-14 10:19:27 +08:00
parent 6e050778c5
commit 4726204200
1 changed files with 1 additions and 0 deletions

View File

@ -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