ipsec: Select CRYPTO_AEAD

Select CRYPTO_AEAD so that crypto_has_aead is available.

Fixes: 1383e2ab102c ("ipsec: Stop using crypto_has_alg")
Reported-by: kernel test robot <lkp@intel.com>
Closes: https://lore.kernel.org/oe-kbuild-all/202309202112.33V1Ezb1-lkp@intel.com/
Signed-off-by: Herbert Xu <herbert@gondor.apana.org.au>
This commit is contained in:
Herbert Xu 2023-09-21 07:20:25 +08:00
parent c6e2b6078a
commit 29b4901317
1 changed files with 1 additions and 0 deletions

View File

@ -15,6 +15,7 @@ config XFRM_ALGO
tristate
select XFRM
select CRYPTO
select CRYPTO_AEAD
select CRYPTO_HASH
select CRYPTO_SKCIPHER