diff options
Diffstat (limited to 'arch/s390/crypto/sha256_s390.c')
-rw-r--r-- | arch/s390/crypto/sha256_s390.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/s390/crypto/sha256_s390.c b/arch/s390/crypto/sha256_s390.c index 943a669452cf..2bab5197789f 100644 --- a/arch/s390/crypto/sha256_s390.c +++ b/arch/s390/crypto/sha256_s390.c | |||
@@ -55,7 +55,7 @@ static int sha256_export(struct shash_desc *desc, void *out) | |||
55 | 55 | ||
56 | static int sha256_import(struct shash_desc *desc, const u8 *in) | 56 | static int sha256_import(struct shash_desc *desc, const u8 *in) |
57 | { | 57 | { |
58 | struct sha256_state *sctx = shash_desc_ctx(desc); | 58 | struct s390_sha_ctx *sctx = shash_desc_ctx(desc); |
59 | struct sha256_state *ictx = in; | 59 | struct sha256_state *ictx = in; |
60 | 60 | ||
61 | sctx->count = ictx->count; | 61 | sctx->count = ictx->count; |