From: Dmitry Kasatkin Date: Tue, 17 Jan 2012 15:12:04 +0000 (+0200) Subject: lib: digital signature dependency fix X-Git-Tag: v3.3-rc1~22^2~3 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=be440ec77325d02ad5e43676eb8d868426d35cd5;p=pandora-kernel.git lib: digital signature dependency fix Randy Dunlap reported build break: ERROR: "crypto_alloc_shash" [lib/digsig.ko] undefined! ERROR: "crypto_shash_final" [lib/digsig.ko] undefined! ERROR: "crypto_shash_update" [lib/digsig.ko] undefined! ERROR: "crypto_destroy_tfm" [lib/digsig.ko] undefined! Added CRYPTO dependency and selected SHA1 algorithm. Reported-by: Randy Dunlap Signed-off-by: Dmitry Kasatkin Signed-off-by: James Morris --- Reading git-diff-tree failed