From 00151f666220a6e26a322fe26c02c101483c6c3e Mon Sep 17 00:00:00 2001 From: Jussi Kivilinna Date: Thu, 24 Nov 2011 08:37:41 +0200 Subject: [PATCH] --- yaml --- r: 283298 b: refs/heads/master c: 341975bf3af8f492f8e6ffc3d0fdf6f9c43e1691 h: refs/heads/master v: v3 --- [refs] | 2 +- trunk/crypto/Kconfig | 2 ++ 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/[refs] b/[refs] index cf0aa136ae15..f3658ce52728 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: 2deed786d99390d5abe06a2a300d0643305bffcb +refs/heads/master: 341975bf3af8f492f8e6ffc3d0fdf6f9c43e1691 diff --git a/trunk/crypto/Kconfig b/trunk/crypto/Kconfig index 16e0c1304c3a..b8d1b10aedab 100644 --- a/trunk/crypto/Kconfig +++ b/trunk/crypto/Kconfig @@ -770,6 +770,7 @@ config CRYPTO_SERPENT_SSE2_X86_64 tristate "Serpent cipher algorithm (x86_64/SSE2)" depends on X86 && 64BIT select CRYPTO_ALGAPI + select CRYPTO_CRYPTD select CRYPTO_SERPENT help Serpent cipher algorithm, by Anderson, Biham & Knudsen. @@ -787,6 +788,7 @@ config CRYPTO_SERPENT_SSE2_586 tristate "Serpent cipher algorithm (i586/SSE2)" depends on X86 && !64BIT select CRYPTO_ALGAPI + select CRYPTO_CRYPTD select CRYPTO_SERPENT help Serpent cipher algorithm, by Anderson, Biham & Knudsen.