From 9a268d231bbcf54c2f482231fadd18fb510fa6dc Mon Sep 17 00:00:00 2001 From: Mirek Kratochvil Date: Sat, 25 May 2013 19:27:49 +0200 Subject: [PATCH] forgotten styleup --- src/sha2.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/sha2.c b/src/sha2.c index 13bb657..2d7fc8b 100644 --- a/src/sha2.c +++ b/src/sha2.c @@ -934,7 +934,7 @@ void SHA512_Last (SHA512_CTX* context) *context->buffer = 0x80; } /* Store the length of input data (in bits): */ - MEMCPY_BCOPY (context->buffer + SHA512_SHORT_BLOCK_LENGTH, context->bitcount+1, 8); + MEMCPY_BCOPY (context->buffer + SHA512_SHORT_BLOCK_LENGTH, context->bitcount + 1, 8); MEMCPY_BCOPY (context->buffer + SHA512_SHORT_BLOCK_LENGTH + 8, context->bitcount, 8); /* Final transform: */