summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCorentin Labbe <clabbe@baylibre.com>2020-04-24 13:40:46 +0000
committerHerbert Xu <herbert@gondor.apana.org.au>2020-04-30 15:19:34 +1000
commit95a28ddd2ef3e344e5b933406ded6a6da875ae52 (patch)
tree355d924a89e77f9952cd0b17b550760f704cafb4
parentffb82d3279a8a346e8831c117dc3a7fb65875211 (diff)
downloadlinux-crypto-95a28ddd2ef3e344e5b933406ded6a6da875ae52.tar.gz
linux-crypto-95a28ddd2ef3e344e5b933406ded6a6da875ae52.zip
crypto: ctr - no longer needs CRYPTO_SEQIV
As comment of the v2, Herbert said: "The SEQIV select from CTR is historical and no longer necessary." So let's get rid of it. Signed-off-by: Corentin Labbe <clabbe@baylibre.com> Signed-off-by: Herbert Xu <herbert@gondor.apana.org.au>
-rw-r--r--crypto/Kconfig1
1 files changed, 0 insertions, 1 deletions
diff --git a/crypto/Kconfig b/crypto/Kconfig
index c24a4740..64caec4c 100644
--- a/crypto/Kconfig
+++ b/crypto/Kconfig
@@ -370,7 +370,6 @@ config CRYPTO_CFB
config CRYPTO_CTR
tristate "CTR support"
select CRYPTO_SKCIPHER
- select CRYPTO_SEQIV
select CRYPTO_MANAGER
help
CTR: Counter mode