Skip to content
Commit 412e87ae authored by Herbert Xu's avatar Herbert Xu
Browse files

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