projects
/
openwrt
/
staging
/
blogic.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
2deed78
)
crypto: serpent-sse2 - should select CRYPTO_CRYPTD
author
Jussi Kivilinna
<
[email protected]
>
Thu, 24 Nov 2011 06:37:41 +0000
(08:37 +0200)
committer
Herbert Xu
<
[email protected]
>
Wed, 30 Nov 2011 08:12:44 +0000
(16:12 +0800)
Since serpent_sse2_glue.c uses cryptd, CRYPTO_SERPENT_SSE2_X86_64 and
CRYPTO_SERPENT_SSE2_586 should be selecting CRYPTO_CRYPTD.
Reported-by: Randy Dunlap <
[email protected]
>
Signed-off-by: Jussi Kivilinna <
[email protected]
>
Acked-by: Randy Dunlap <
[email protected]
>
Signed-off-by: Herbert Xu <
[email protected]
>
crypto/Kconfig
patch
|
blob
|
history
diff --git
a/crypto/Kconfig
b/crypto/Kconfig
index 16e0c1304c3adb64778a4319de52c9302a761485..b8d1b10aedab0346259be02cc25a74fad2bd76c9 100644
(file)
--- a/
crypto/Kconfig
+++ b/
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.