From: Frederik Deweerdt Date: Fri, 15 Feb 2008 11:19:33 +0000 (+0800) Subject: [CRYPTO] tcrypt: Add missing Kconfig dependency on BLKCIPHER X-Git-Tag: v2.6.25-rc3~134^2~1 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=242f1a343776a621ad5c3446d6f2718d37863cb5;p=pandora-kernel.git [CRYPTO] tcrypt: Add missing Kconfig dependency on BLKCIPHER Building latest git fails with the following error: ERROR: "crypto_alloc_ablkcipher" [crypto/tcrypt.ko] undefined! This appears to happen because CONFIG_CRYPTO_TEST is set while CONFIG_CRYPTO_BLKCIPHER is not. The following patch fixes the problem for me. Signed-off-by: Frederik Deweerdt Signed-off-by: Herbert Xu --- Reading git-diff-tree failed