From: Herbert Xu Date: Wed, 15 Jul 2009 07:11:08 +0000 (+0800) Subject: crypto: crypto4xx - Disable SHA implementation X-Git-Tag: v2.6.32-rc1~731^2~39 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=305f9db22d62da10c43c7fd7554ec923c2b8727e;p=pandora-kernel.git crypto: crypto4xx - Disable SHA implementation The crypto4xx SHA implementation keeps the hash state in the tfm data structure. This breaks a fundamental requirement of ahash implementations that they must be reentrant. This patch disables the broken implementation. Signed-off-by: Herbert Xu --- Reading git-diff-tree failed