From: Herbert Xu Date: Fri, 10 Jul 2009 04:54:20 +0000 (+0800) Subject: crypto: sha256_generic - Use 64-bit counter like sha1 X-Git-Tag: v2.6.32-rc1~731^2~70 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=3d4d277cf88e1980d905707b9c8ca61e8ad6bf0b;p=pandora-kernel.git crypto: sha256_generic - Use 64-bit counter like sha1 This patch replaces the two 32-bit counter code in sha256_generic with the simpler 64-bit counter code from sha1. Signed-off-by: Herbert Xu --- Reading git-diff-tree failed