Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 157951
b: refs/heads/master
c: cde6263
h: refs/heads/master
i:
  157949: 106fa05
  157947: f38244b
  157943: 5b3d562
  157935: 5b7b291
  157919: 28366c5
  157887: 6b8aa44
  157823: 5205898
  157695: 667ba87
v: v3
  • Loading branch information
Herbert Xu committed Jul 8, 2009
1 parent 00982cb commit d733e1b
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 619a6ebd2547f3a8ec2fbc5245daaa1f2056eb32
refs/heads/master: cde6263fa954dfc03ebe169aa3f7f71176d7901b
5 changes: 5 additions & 0 deletions trunk/include/crypto/internal/hash.h
Original file line number Diff line number Diff line change
Expand Up @@ -123,5 +123,10 @@ static inline struct crypto_shash *crypto_spawn_shash(
return crypto_spawn_tfm2(&spawn->base);
}

static inline void *crypto_shash_ctx_aligned(struct crypto_shash *tfm)
{
return crypto_tfm_ctx_aligned(&tfm->base);
}

#endif /* _CRYPTO_INTERNAL_HASH_H */

0 comments on commit d733e1b

Please sign in to comment.