Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 47262042 authored by Herbert Xu's avatar Herbert Xu
Browse files

[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: default avatarHerbert Xu <herbert@gondor.apana.org.au>
parent 6e050778
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -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