FROMLIST: esp: select CRYPTO_SEQIV
Since CRYPTO_CTR no longer selects CRYPTO_SEQIV, it should be selected
by INET_ESP and INET6_ESP -- similar to CRYPTO_ECHAINIV.
Fixes: f23efcbcc5 ("crypto: ctr - no longer needs CRYPTO_SEQIV")
Cc: Corentin Labbe <clabbe@baylibre.com>
Cc: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Cc: Herbert Xu <herbert@gondor.apana.org.au>
Cc: Steffen Klassert <steffen.klassert@secunet.com>
Signed-off-by: Eric Biggers <ebiggers@google.com>
Link: https://lore.kernel.org/r/20200604192322.22142-1-ebiggers@kernel.org
Signed-off-by: Greg Kroah-Hartman <gregkh@google.com>
Change-Id: Ib332aca78c30e276e2eb1ab2c8e99a98d17713bd
This commit is contained in:
committed by
Greg Kroah-Hartman
parent
88107615b4
commit
c285ecc449
@@ -361,6 +361,7 @@ config INET_ESP
|
||||
select CRYPTO_SHA1
|
||||
select CRYPTO_DES
|
||||
select CRYPTO_ECHAINIV
|
||||
select CRYPTO_SEQIV
|
||||
---help---
|
||||
Support for IPsec ESP.
|
||||
|
||||
|
||||
@@ -70,6 +70,7 @@ config INET6_ESP
|
||||
select CRYPTO_SHA1
|
||||
select CRYPTO_DES
|
||||
select CRYPTO_ECHAINIV
|
||||
select CRYPTO_SEQIV
|
||||
---help---
|
||||
Support for IPsec ESP.
|
||||
|
||||
|
||||
Reference in New Issue
Block a user