From: Herbert Xu Date: Thu, 5 Feb 2009 05:51:25 +0000 (+1100) Subject: crypto: shash - Fix tfm destruction X-Git-Tag: v2.6.29-rc5~51^2~1 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=412e87ae5d852bc3d836f475c19d954b3324363d;p=pandora-kernel.git 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 --- Reading git-diff-tree failed