summaryrefslogtreecommitdiff
path: root/sha1.h
diff options
context:
space:
mode:
Diffstat (limited to 'sha1.h')
-rw-r--r--sha1.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/sha1.h b/sha1.h
index e84807d2..0f4964f8 100644
--- a/sha1.h
+++ b/sha1.h
@@ -59,8 +59,8 @@ struct sha1_ctx
{
uint32_t state[_SHA1_DIGEST_LENGTH]; /* State variables */
uint64_t count; /* 64-bit block count */
- uint8_t block[SHA1_BLOCK_SIZE]; /* SHA1 data buffer */
unsigned int index; /* index into buffer */
+ uint8_t block[SHA1_BLOCK_SIZE]; /* SHA1 data buffer */
};
void