aboutsummaryrefslogtreecommitdiffstats
path: root/crypto
diff options
context:
space:
mode:
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 0d89f77428e5..6c086eedc14f 100644
--- a/crypto/Kconfig
+++ b/crypto/Kconfig
@@ -34,6 +34,7 @@ config CRYPTO_BLKCIPHER
34 34
35config CRYPTO_SEQIV 35config CRYPTO_SEQIV
36 tristate "Sequence Number IV Generator" 36 tristate "Sequence Number IV Generator"
37 select CRYPTO_AEAD
37 select CRYPTO_BLKCIPHER 38 select CRYPTO_BLKCIPHER
38 help 39 help
39 This IV generator generates an IV based on a sequence number by 40 This IV generator generates an IV based on a sequence number by