summaryrefslogtreecommitdiff
path: root/crypto
diff options
context:
space:
mode:
authorEric Biggers <ebiggers@google.com>2018-02-19 23:48:09 -0800
committerHerbert Xu <herbert@gondor.apana.org.au>2018-03-03 00:03:24 +0800
commitaae4963b8cdb3104bd554ca6e89fd564db7efa65 (patch)
treecce77c8acb953d1f5175adb77b4503aca1c5fa56 /crypto
parentac336e2ba76471d7ba6e04803fa81a0f72e62e9c (diff)
downloadlinux-crypto-aae4963b8cdb3104bd554ca6e89fd564db7efa65.tar.gz
linux-crypto-aae4963b8cdb3104bd554ca6e89fd564db7efa65.zip
crypto: x86/twofish-3way - convert to skcipher interface
Convert the 3-way implementation of Twofish from the (deprecated) blkcipher interface over to the skcipher interface. Signed-off-by: Eric Biggers <ebiggers@google.com> Signed-off-by: Herbert Xu <herbert@gondor.apana.org.au>
Diffstat (limited to 'crypto')
-rw-r--r--crypto/Kconfig2
1 files changed, 1 insertions, 1 deletions
diff --git a/crypto/Kconfig b/crypto/Kconfig
index 6a18aa26..c0a26c6c 100644
--- a/crypto/Kconfig
+++ b/crypto/Kconfig
@@ -1580,7 +1580,7 @@ config CRYPTO_TWOFISH_X86_64
config CRYPTO_TWOFISH_X86_64_3WAY
tristate "Twofish cipher algorithm (x86_64, 3-way parallel)"
depends on X86 && 64BIT
- select CRYPTO_ALGAPI
+ select CRYPTO_BLKCIPHER
select CRYPTO_TWOFISH_COMMON
select CRYPTO_TWOFISH_X86_64
select CRYPTO_GLUE_HELPER_X86