commit | 0e2d3a126338ebb213c8e32d8d1d8936d8e62d43 | [log] [tgz] |
---|---|---|
author | Herbert Xu <herbert@gondor.apana.org.au> | Tue Jul 14 21:43:56 2009 +0800 |
committer | Herbert Xu <herbert@gondor.apana.org.au> | Tue Jul 14 21:43:56 2009 +0800 |
tree | 1ff96752beb00d53321f2929c805552b4cb29742 | |
parent | 8c32c516eb1c1f9c14d25478442137c698788975 [diff] |
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>