From 6e23f5089da15e4bbfa677efd7732f5bb078ad6a Mon Sep 17 00:00:00 2001 From: Greg Kroah-Hartman Date: Mon, 29 Jun 2020 10:45:04 +0200 Subject: [PATCH] Revert "FROMLIST: esp: select CRYPTO_SEQIV" This reverts commit c285ecc449cdd596b2dde61c03705098eafa910c as it is no longer needed for 5.8-rc3. Cc: Eric Biggers Signed-off-by: Greg Kroah-Hartman Change-Id: I6ae749611867e34c1ffffcdd5f30acec92cc9edc --- net/ipv4/Kconfig | 1 - net/ipv6/Kconfig | 1 - 2 files changed, 2 deletions(-) diff --git a/net/ipv4/Kconfig b/net/ipv4/Kconfig index 0496dcd05796..6ecbb0ced177 100644 --- a/net/ipv4/Kconfig +++ b/net/ipv4/Kconfig @@ -361,7 +361,6 @@ 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 07a686a176d7..992cf45fb4f6 100644 --- a/net/ipv6/Kconfig +++ b/net/ipv6/Kconfig @@ -70,7 +70,6 @@ config INET6_ESP select CRYPTO_SHA1 select CRYPTO_DES select CRYPTO_ECHAINIV - select CRYPTO_SEQIV help Support for IPsec ESP.