Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit e94c6a7a authored by Herbert Xu's avatar Herbert Xu
Browse files

crypto: authenc - Add Kconfig dependency on CRYPTO_NULL



CRYPTO_AUTHENC needs to depend on CRYPTO_NULL as authenc uses
null for copying.

Reported-by: default avatarReported-by: Fengguang Wu <fengguang.wu@intel.com>
Signed-off-by: default avatarHerbert Xu <herbert@gondor.apana.org.au>
parent a4198fd4
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -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.