aboutsummaryrefslogtreecommitdiffstats
path: root/crypto
diff options
context:
space:
mode:
authorJussi Kivilinna <jussi.kivilinna@mbnet.fi>2012-06-18 07:07:34 -0400
committerHerbert Xu <herbert@gondor.apana.org.au>2012-06-27 02:42:02 -0400
commit414cb5e7cc6e258fe36e2c3cc3ef1ff2e246c0e3 (patch)
treebce5793f8d0e9791ea60d09192d74b482b9a6cfd /crypto
parent964263afdcbf9d1e85c021acfff0cc68dd168475 (diff)
crypto: twofish-x86_64-3way - remove duplicated glue code and use shared glue code from glue_helper
Now that shared glue code is available, convert twofish-x86_64-3way to use it. Signed-off-by: Jussi Kivilinna <jussi.kivilinna@mbnet.fi> Signed-off-by: Herbert Xu <herbert@gondor.apana.org.au>
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 72828fafe09f..fc559caaa9ad 100644
--- a/crypto/Kconfig
+++ b/crypto/Kconfig
@@ -935,6 +935,7 @@ config CRYPTO_TWOFISH_X86_64_3WAY
935 select CRYPTO_ALGAPI 935 select CRYPTO_ALGAPI
936 select CRYPTO_TWOFISH_COMMON 936 select CRYPTO_TWOFISH_COMMON
937 select CRYPTO_TWOFISH_X86_64 937 select CRYPTO_TWOFISH_X86_64
938 select CRYPTO_GLUE_HELPER_X86
938 select CRYPTO_LRW 939 select CRYPTO_LRW
939 select CRYPTO_XTS 940 select CRYPTO_XTS
940 help 941 help