summaryrefslogtreecommitdiff
path: root/block-sha1/sha1.h
diff options
context:
space:
mode:
Diffstat (limited to 'block-sha1/sha1.h')
-rw-r--r--block-sha1/sha1.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/block-sha1/sha1.h b/block-sha1/sha1.h
index c1ae74d..81abfd4 100644
--- a/block-sha1/sha1.h
+++ b/block-sha1/sha1.h
@@ -5,9 +5,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);