Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 131132
b: refs/heads/master
c: 412e87a
h: refs/heads/master
v: v3
  • Loading branch information
Herbert Xu committed Feb 5, 2009
1 parent a32a4e8 commit 725e04b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 7b2cd92adc5430b0c1adeb120971852b4ea1ab08
refs/heads/master: 412e87ae5d852bc3d836f475c19d954b3324363d
2 changes: 1 addition & 1 deletion trunk/include/crypto/hash.h
Original file line number Diff line number Diff line change
Expand Up @@ -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(
Expand Down

0 comments on commit 725e04b

Please sign in to comment.