crypto: shash - Fix alignment in unaligned operations
authorHerbert Xu <herbert@gondor.apana.org.au>
Tue, 14 Jul 2009 13:43:56 +0000 (21:43 +0800)
committerHerbert Xu <herbert@gondor.apana.org.au>
Tue, 14 Jul 2009 13:43:56 +0000 (21:43 +0800)
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 <herbert@gondor.apana.org.au>

No differences found