From: Herbert Xu Date: Wed, 15 Jul 2009 13:16:05 +0000 (+0800) Subject: crypto: shash - Fix digest size offset X-Git-Tag: v2.6.32-rc1~731^2~33 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=fa64966473830219fe74952029ddb0e981a87749;p=pandora-kernel.git crypto: shash - Fix digest size offset When an shash algorithm is exported as ahash, ahash will access its digest size through hash_alg_common. That's why the shash layout needs to match hash_alg_common. This wasn't the case because the alignment weren't identical. This patch fixes the problem. Signed-off-by: Herbert Xu --- Reading git-diff-tree failed