diff options
author | Sasha Levin <alexander.levin@verizon.com> | 2017-11-13 17:55:20 -0500 |
---|---|---|
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | 2017-11-21 09:21:22 +0100 |
commit | d9c8d4adb5a7466cf3000c3c7d7136be5376cf22 (patch) | |
tree | fee997c2a3c18c3676011b74d5ed7d2c084fe2ff | |
parent | d2d72c0ee4c90769f43066b89b5831209af37bab (diff) | |
download | linux-stable-d9c8d4adb5a7466cf3000c3c7d7136be5376cf22.tar.gz linux-stable-d9c8d4adb5a7466cf3000c3c7d7136be5376cf22.tar.bz2 linux-stable-d9c8d4adb5a7466cf3000c3c7d7136be5376cf22.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>
-rw-r--r-- | crypto/Kconfig | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/crypto/Kconfig b/crypto/Kconfig index 617bf4a7da56..7240821137fd 100644 --- a/crypto/Kconfig +++ b/crypto/Kconfig @@ -343,7 +343,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 |