From: Herbert Xu Date: Tue, 4 Aug 2015 13:23:14 +0000 (+0800) Subject: crypto: authenc - Add Kconfig dependency on CRYPTO_NULL X-Git-Url: https://git.stricted.de/?a=commitdiff_plain;h=e94c6a7a6df189289f0e84c15916571f44cf1ec6;p=GitHub%2Fmoto-9609%2Fandroid_kernel_motorola_exynos9610.git crypto: authenc - Add Kconfig dependency on CRYPTO_NULL CRYPTO_AUTHENC needs to depend on CRYPTO_NULL as authenc uses null for copying. Reported-by: Reported-by: Fengguang Wu Signed-off-by: Herbert Xu --- diff --git a/crypto/Kconfig b/crypto/Kconfig index 354bb692c964..ac7cc6226e61 100644 --- a/crypto/Kconfig +++ b/crypto/Kconfig @@ -200,6 +200,7 @@ config CRYPTO_AUTHENC select CRYPTO_BLKCIPHER select CRYPTO_MANAGER select CRYPTO_HASH + select CRYPTO_NULL help Authenc: Combined mode wrapper for IPsec. This is required for IPSec.