summaryrefslogtreecommitdiffstats
path: root/crypto/Kconfig
diff options
context:
space:
mode:
authorEric Biggers2018-02-20 08:48:09 +0100
committerHerbert Xu2018-03-02 17:03:24 +0100
commit37992fa47f9ac7e42650eec748d50da0398afa70 (patch)
tree865c2cdf05930a3e52e0eb36bac2504ebb911115 /crypto/Kconfig
parentcrypto: x86/twofish-3way - remove XTS algorithm (diff)
downloadkernel-qcow2-linux-37992fa47f9ac7e42650eec748d50da0398afa70.tar.gz
kernel-qcow2-linux-37992fa47f9ac7e42650eec748d50da0398afa70.tar.xz
kernel-qcow2-linux-37992fa47f9ac7e42650eec748d50da0398afa70.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/Kconfig')
-rw-r--r--crypto/Kconfig2
1 files changed, 1 insertions, 1 deletions
diff --git a/crypto/Kconfig b/crypto/Kconfig
index 6a18aa26bbc7..c0a26c6cbb0c 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