This is a 64-bit value, hence having it first provides a better alignment. Signed-off-by: Nicolas Pitre <nico@xxxxxxx> diff --git a/block-sha1/sha1.h b/block-sha1/sha1.h index 6ff59b2..b864df6 100644 --- a/block-sha1/sha1.h +++ b/block-sha1/sha1.h @@ -7,9 +7,9 @@ */ typedef struct { + unsigned long long size; unsigned int H[5]; unsigned int W[16]; - unsigned long long size; } blk_SHA_CTX; void blk_SHA1_Init(blk_SHA_CTX *ctx); -- To unsubscribe from this list: send the line "unsubscribe git" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html