summaryrefslogtreecommitdiff
path: root/crypto/Kconfig
diff options
context:
space:
mode:
authorEric Biggers <ebiggers@google.com>2018-02-19 23:48:16 -0800
committerHerbert Xu <herbert@gondor.apana.org.au>2018-03-03 00:03:29 +0800
commita77ecf336ddc560b4b79904c6e43ad162035827c (patch)
treedabba950c81da95ca137cb205b1ef4d9849af887 /crypto/Kconfig
parent5179a45df9f1bcbfdc620c3298ac75529925afde (diff)
downloadlinux-crypto-a77ecf336ddc560b4b79904c6e43ad162035827c.tar.gz
linux-crypto-a77ecf336ddc560b4b79904c6e43ad162035827c.zip
crypto: x86/blowfish: convert to skcipher interface
Convert the x86 asm implementation of Blowfish 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 536a7fac..fb58cb4b 100644
--- a/crypto/Kconfig
+++ b/crypto/Kconfig
@@ -1114,7 +1114,7 @@ config CRYPTO_BLOWFISH_COMMON
config CRYPTO_BLOWFISH_X86_64
tristate "Blowfish cipher algorithm (x86_64)"
depends on X86 && 64BIT
- select CRYPTO_ALGAPI
+ select CRYPTO_BLKCIPHER
select CRYPTO_BLOWFISH_COMMON
help
Blowfish cipher algorithm (x86_64), by Bruce Schneier.