Gitweb:     
http://git.kernel.org/git/?p=linux/kernel/git/torvalds/linux-2.6.git;a=commit;h=4726204200327c04a77b819e2c653c063f1bc6ab
Commit:     4726204200327c04a77b819e2c653c063f1bc6ab
Parent:     6e050778c5d08a97d5d98f7cb62bc503e872615c
Author:     Herbert Xu <[EMAIL PROTECTED]>
AuthorDate: Fri Dec 14 10:19:27 2007 +0800
Committer:  Herbert Xu <[EMAIL PROTECTED]>
CommitDate: Fri Jan 11 08:16:55 2008 +1100

    [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 <[EMAIL PROTECTED]>
---
 crypto/Kconfig |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

diff --git a/crypto/Kconfig b/crypto/Kconfig
index 0d89f77..6c086ee 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
-
To unsubscribe from this list: send the line "unsubscribe git-commits-head" in
the body of a message to [EMAIL PROTECTED]
More majordomo info at  http://vger.kernel.org/majordomo-info.html

Reply via email to