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.