Re: [PATCH net v3 1/3] esp, ah: consolidate the crypto algorithm selections

2020-06-09 Thread Herbert Xu
On Tue, Jun 09, 2020 at 05:54:00PM -0700, Eric Biggers wrote: > From: Eric Biggers > > 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

[PATCH net v3 1/3] esp, ah: consolidate the crypto algorithm selections

2020-06-09 Thread Eric Biggers
From: Eric Biggers 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