Commit 3e16bfba authored by Herbert Xu's avatar Herbert Xu

[CRYPTO] authenc: Add missing Kconfig dependency on BLKCIPHER

The authenc algorithm requires BLKCIPHER to be present.
Signed-off-by: default avatarHerbert Xu <herbert@gondor.apana.org.au>
parent 76fc60a2
......@@ -575,6 +575,7 @@ config CRYPTO_TEST
config CRYPTO_AUTHENC
tristate "Authenc support"
select CRYPTO_AEAD
select CRYPTO_BLKCIPHER
select CRYPTO_MANAGER
select CRYPTO_HASH
help
......
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