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(