On Tue, Jun 09, 2020 at 05:54:00PM -0700, Eric Biggers wrote: > From: Eric Biggers <[email protected]> > > Instead of duplicating the algorithm selections between INET_AH and > INET6_AH and between INET_ESP and INET6_ESP, create new tristates > XFRM_AH and XFRM_ESP that do the algorithm selections, and make these be > selected by the corresponding INET* options. > > Suggested-by: Herbert Xu <[email protected]> > Cc: Corentin Labbe <[email protected]> > Cc: Greg Kroah-Hartman <[email protected]> > Cc: Steffen Klassert <[email protected]> > Signed-off-by: Eric Biggers <[email protected]> > --- > net/ipv4/Kconfig | 16 ++-------------- > net/ipv6/Kconfig | 16 ++-------------- > net/xfrm/Kconfig | 20 ++++++++++++++++++++ > 3 files changed, 24 insertions(+), 28 deletions(-)
Acked-by: Herbert Xu <[email protected]> -- Email: Herbert Xu <[email protected]> Home Page: http://gondor.apana.org.au/~herbert/ PGP Key: http://gondor.apana.org.au/~herbert/pubkey.txt
