Skip to content
Snippets Groups Projects
Commit 0e2d3a12 authored by Herbert Xu's avatar Herbert Xu
Browse files

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: default avatarHerbert Xu <herbert@gondor.apana.org.au>
parent 8c32c516
No related branches found
No related tags found
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment