From: Sasha Levin Date: Mon, 13 Nov 2017 22:55:20 +0000 (-0500) Subject: Revert "crypto: xts - Add ECB dependency" X-Git-Tag: v3.18.83~10 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=83c47200d062b1bc679d4c82d439d9db8c8089f3;p=thirdparty%2Fkernel%2Fstable.git Revert "crypto: xts - Add ECB dependency" This reverts commit 6145171a6bc0abdc3eca7a4b795ede467d2ba569. The commit fixes a bug that was only introduced in 4.10, thus is irrelevant for <=4.9. Signed-off-by: Sasha Levin Signed-off-by: Greg Kroah-Hartman --- diff --git a/crypto/Kconfig b/crypto/Kconfig index 7bd153fd68fe5..87bbc9c1e681c 100644 --- a/crypto/Kconfig +++ b/crypto/Kconfig @@ -290,7 +290,6 @@ config CRYPTO_XTS select CRYPTO_BLKCIPHER select CRYPTO_MANAGER select CRYPTO_GF128MUL - select CRYPTO_ECB help XTS: IEEE1619/D16 narrow block cipher use with aes-xts-plain, key size 256, 384 or 512 bits. This implementation currently