commit | 412e87ae5d852bc3d836f475c19d954b3324363d | [log] [tgz] |
---|---|---|
author | Herbert Xu <herbert@gondor.apana.org.au> | Thu Feb 05 16:51:25 2009 +1100 |
committer | Herbert Xu <herbert@gondor.apana.org.au> | Thu Feb 05 16:51:25 2009 +1100 |
tree | 4f6a953f20f94eb076b178b3b7ac31bc5508aff9 | |
parent | 7b2cd92adc5430b0c1adeb120971852b4ea1ab08 [diff] |
crypto: shash - Fix tfm destruction We were freeing an offset into the slab object instead of the start. This patch fixes it by calling crypto_destroy_tfm which allows the correct address to be given. Signed-off-by: Herbert Xu <herbert@gondor.apana.org.au>