Skip to content

Commit

Permalink
[CRYPTO] authenc: Add missing Kconfig dependency on BLKCIPHER
Browse files Browse the repository at this point in the history
The authenc algorithm requires BLKCIPHER to be present.

Signed-off-by: Herbert Xu <herbert@gondor.apana.org.au>
  • Loading branch information
Herbert Xu committed Feb 23, 2008
1 parent 76fc60a commit 3e16bfb
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions crypto/Kconfig
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 3e16bfb

Please sign in to comment.