Message ID | 20200604192322.22142-1-ebiggers@kernel.org |
---|---|
State | New |
Headers | show |
Series | [net] esp: select CRYPTO_SEQIV | expand |
diff --git a/net/ipv4/Kconfig b/net/ipv4/Kconfig index 23ba5045e3d3..d393e8132aa1 100644 --- a/net/ipv4/Kconfig +++ b/net/ipv4/Kconfig @@ -361,6 +361,7 @@ config INET_ESP select CRYPTO_SHA1 select CRYPTO_DES select CRYPTO_ECHAINIV + select CRYPTO_SEQIV ---help--- Support for IPsec ESP. diff --git a/net/ipv6/Kconfig b/net/ipv6/Kconfig index 4f03aece2980..f2f4563c8dbf 100644 --- a/net/ipv6/Kconfig +++ b/net/ipv6/Kconfig @@ -70,6 +70,7 @@ config INET6_ESP select CRYPTO_SHA1 select CRYPTO_DES select CRYPTO_ECHAINIV + select CRYPTO_SEQIV ---help--- Support for IPsec ESP.