commit | 90246e79af062fcbb8c3728a5f29cb19b3468f59 | [log] [tgz] |
---|---|---|
author | Herbert Xu <herbert@gondor.apana.org.au> | Thu Nov 04 13:00:22 2010 -0500 |
committer | Herbert Xu <herbert@gondor.apana.org.au> | Thu Nov 04 14:48:37 2010 -0400 |
tree | 87b258c5535a98754c682b0f0eef8fba0a415438 | |
parent | 81280572ca6f54009edfa4deee563e8678784218 [diff] |
crypto: hash - Fix async import on shash algorithm The function shash_async_import did not initialise the descriptor correctly prior to calling the underlying shash import function. This patch adds the required initialisation. Reported-by: Miloslav Trmac <mitr@redhat.com> Signed-off-by: Herbert Xu <herbert@gondor.apana.org.au>