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)
commit0e2d3a126338ebb213c8e32d8d1d8936d8e62d43
tree1ff96752beb00d53321f2929c805552b4cb29742
parent8c32c516eb1c1f9c14d25478442137c698788975
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 <herbert@gondor.apana.org.au>
crypto/shash.c