projects
/
platform
/
kernel
/
linux-rpi.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
43f3c2b
)
crypto: ctr - no longer needs CRYPTO_SEQIV
author
Corentin Labbe
<clabbe@baylibre.com>
Fri, 24 Apr 2020 13:40:46 +0000
(13:40 +0000)
committer
Herbert Xu
<herbert@gondor.apana.org.au>
Thu, 30 Apr 2020 05:19:34 +0000
(15:19 +1000)
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>
crypto/Kconfig
patch
|
blob
|
history
diff --git
a/crypto/Kconfig
b/crypto/Kconfig
index
c24a474
..
64caec4
100644
(file)
--- 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