diff --git a/[refs] b/[refs] index c8d34c88288e..e79f1eced29e 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: 619a6ebd2547f3a8ec2fbc5245daaa1f2056eb32 +refs/heads/master: cde6263fa954dfc03ebe169aa3f7f71176d7901b diff --git a/trunk/include/crypto/internal/hash.h b/trunk/include/crypto/internal/hash.h index fa5c9fb7ce5a..f1041140d3d9 100644 --- a/trunk/include/crypto/internal/hash.h +++ b/trunk/include/crypto/internal/hash.h @@ -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 */