crypto: shash - Fix tfm destruction
authorHerbert Xu <herbert@gondor.apana.org.au>
Thu, 5 Feb 2009 05:51:25 +0000 (16:51 +1100)
committerHerbert Xu <herbert@gondor.apana.org.au>
Thu, 5 Feb 2009 05:51:25 +0000 (16:51 +1100)
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>

No differences found