summaryrefslogtreecommitdiffstats
path: root/crypto
diff options
context:
space:
mode:
authorSasha Levin <alexander.levin@verizon.com>2017-11-13 17:55:20 -0500
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>2017-11-21 09:01:07 +0100
commit83c47200d062b1bc679d4c82d439d9db8c8089f3 (patch)
tree126dff029b2e60f992656fe0d8d9855cd8404093 /crypto
parent8a8eca870ee7f9900596116b7b3aff2f48f3ce42 (diff)
downloadlinux-stable-83c47200d062b1bc679d4c82d439d9db8c8089f3.tar.gz
linux-stable-83c47200d062b1bc679d4c82d439d9db8c8089f3.tar.bz2
linux-stable-83c47200d062b1bc679d4c82d439d9db8c8089f3.zip
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 <alexander.levin@verizon.com> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Diffstat (limited to 'crypto')
-rw-r--r--crypto/Kconfig1
1 files changed, 0 insertions, 1 deletions
diff --git a/crypto/Kconfig b/crypto/Kconfig
index 7bd153fd68fe..87bbc9c1e681 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