summaryrefslogtreecommitdiff
path: root/common/sha1.h
diff options
context:
space:
mode:
Diffstat (limited to 'common/sha1.h')
-rw-r--r--common/sha1.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/common/sha1.h b/common/sha1.h
index a9d1573..3cb9a91 100644
--- a/common/sha1.h
+++ b/common/sha1.h
@@ -24,9 +24,9 @@ extern "C" {
typedef struct sha1_ctx
{
- unsigned long state[5];
- unsigned long count[2];
- unsigned char buffer[64];
+ unsigned long state[5];
+ unsigned long count[2];
+ unsigned char buffer[64];
}
sha1_ctx_t;