From: Herbert Xu Date: Fri, 14 Dec 2007 02:19:27 +0000 (+0800) Subject: [CRYPTO] seqiv: Add select AEAD in Kconfig X-Git-Url: https://git.stricted.de/?a=commitdiff_plain;h=4726204200327c04a77b819e2c653c063f1bc6ab;p=GitHub%2FLineageOS%2Fandroid_kernel_samsung_universal7580.git [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 --- 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