From: Herbert Xu Date: Tue, 14 Jul 2009 13:43:56 +0000 (+0800) Subject: crypto: shash - Fix alignment in unaligned operations X-Git-Tag: v2.6.32-rc1~731^2~42 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=0e2d3a126338ebb213c8e32d8d1d8936d8e62d43;p=pandora-kernel.git crypto: shash - Fix alignment in unaligned operations When we encounter an unaligned pointer we are supposed to copy it to a temporary aligned location. However the temporary buffer isn't aligned properly. This patch fixes that. Signed-off-by: Herbert Xu --- Reading git-diff-tree failed