From: Herbert Xu Date: Tue, 14 Jul 2009 12:21:46 +0000 (+0800) Subject: crypto: crypto4xx - Switch to new style ahash X-Git-Tag: v2.6.32-rc1~731^2~45 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=4dc10c0142ce0af8c20ec44dc6928ae63ad4f73a;p=pandora-kernel.git crypto: crypto4xx - Switch to new style ahash This patch changes crypto4xx to use the new style ahash type. In particular, we now use ahash_alg to define ahash algorithms instead of crypto_alg. This is achieved by introducing a union that encapsulates the new type and the existing crypto_alg structure. They're told apart through a u32 field containing the type value. Signed-off-by: Herbert Xu --- Reading git-diff-tree failed