From 725e04b886336fa2e78953bfd99cc522ab42ee56 Mon Sep 17 00:00:00 2001 From: Herbert Xu Date: Thu, 5 Feb 2009 16:51:25 +1100 Subject: [PATCH] --- yaml --- r: 131132 b: refs/heads/master c: 412e87ae5d852bc3d836f475c19d954b3324363d h: refs/heads/master v: v3 --- [refs] | 2 +- trunk/include/crypto/hash.h | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/[refs] b/[refs] index b3d437489e61..bdd03e1cb42a 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: 7b2cd92adc5430b0c1adeb120971852b4ea1ab08 +refs/heads/master: 412e87ae5d852bc3d836f475c19d954b3324363d diff --git a/trunk/include/crypto/hash.h b/trunk/include/crypto/hash.h index cd16d6e668ce..d797e119e3d5 100644 --- a/trunk/include/crypto/hash.h +++ b/trunk/include/crypto/hash.h @@ -222,7 +222,7 @@ static inline struct crypto_tfm *crypto_shash_tfm(struct crypto_shash *tfm) static inline void crypto_free_shash(struct crypto_shash *tfm) { - crypto_free_tfm(crypto_shash_tfm(tfm)); + crypto_destroy_tfm(tfm, crypto_shash_tfm(tfm)); } static inline unsigned int crypto_shash_alignmask(