summary refs log tree commit diff
path: root/crypto
diff options
context:
space:
mode:
authorEric Biggers <ebiggers@google.com>2018-02-19 23:48:17 -0800
committerHerbert Xu <herbert@gondor.apana.org.au>2018-03-03 00:03:30 +0800
commit09c0f03bf8ce9304e0d17131c46690b2c95209f4 (patch)
treef9fd2783943b05b9345ac8a357b46f25d3d6a99c /crypto
parentc1679171c61c2998a16dc4cc8b0ed0569db1fba9 (diff)
downloadlinux-09c0f03bf8ce9304e0d17131c46690b2c95209f4.tar.gz
crypto: x86/des3_ede - convert to skcipher interface
Convert the x86 asm implementation of Triple DES 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 fb58cb4b6826..12b92328f5c5 100644
--- a/crypto/Kconfig
+++ b/crypto/Kconfig
@@ -1291,7 +1291,7 @@ config CRYPTO_DES_SPARC64
 config CRYPTO_DES3_EDE_X86_64
 	tristate "Triple DES EDE cipher algorithm (x86-64)"
 	depends on X86 && 64BIT
-	select CRYPTO_ALGAPI
+	select CRYPTO_BLKCIPHER
 	select CRYPTO_DES
 	help
 	  Triple DES EDE (FIPS 46-3) algorithm.