Commit 29b49013 authored by Herbert Xu's avatar Herbert Xu

ipsec: Select CRYPTO_AEAD

Select CRYPTO_AEAD so that crypto_has_aead is available.

Fixes: 1383e2ab102c ("ipsec: Stop using crypto_has_alg")
Reported-by: default avatarkernel test robot <lkp@intel.com>
Closes: https://lore.kernel.org/oe-kbuild-all/202309202112.33V1Ezb1-lkp@intel.com/Signed-off-by: default avatarHerbert Xu <herbert@gondor.apana.org.au>
parent c6e2b607
...@@ -15,6 +15,7 @@ config XFRM_ALGO ...@@ -15,6 +15,7 @@ config XFRM_ALGO
tristate tristate
select XFRM select XFRM
select CRYPTO select CRYPTO
select CRYPTO_AEAD
select CRYPTO_HASH select CRYPTO_HASH
select CRYPTO_SKCIPHER select CRYPTO_SKCIPHER
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment