From: Herbert Xu Date: Wed, 22 Jul 2009 04:22:43 +0000 (+0800) Subject: crypto: sha512_generic - Use 64-bit counters X-Git-Tag: v2.6.32-rc1~731^2~25 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=13887ed6888dad1608eb9530ebd83b6ba29db577;p=pandora-kernel.git crypto: sha512_generic - Use 64-bit counters This patch replaces the 32-bit counters in sha512_generic with 64-bit counters. It also switches the bit count to the simpler byte count. Signed-off-by: Herbert Xu --- Reading git-diff-tree failed