From: Herbert Xu Date: Wed, 20 Sep 2023 23:20:25 +0000 (+0800) Subject: ipsec: Select CRYPTO_AEAD X-Git-Url: http://git.maquefel.me/?a=commitdiff_plain;h=29b49013176ba066a41fc417e17f85dfdf3336c0;p=linux.git 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 Closes: https://lore.kernel.org/oe-kbuild-all/202309202112.33V1Ezb1-lkp@intel.com/ Signed-off-by: Herbert Xu --- diff --git a/net/xfrm/Kconfig b/net/xfrm/Kconfig index 3adf31a83a79a..d7b16f2c23e96 100644 --- a/net/xfrm/Kconfig +++ b/net/xfrm/Kconfig @@ -15,6 +15,7 @@ config XFRM_ALGO tristate select XFRM select CRYPTO + select CRYPTO_AEAD select CRYPTO_HASH select CRYPTO_SKCIPHER