aboutsummaryrefslogtreecommitdiffstats
path: root/src/sha1.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/sha1.h')
-rw-r--r--src/sha1.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/sha1.h b/src/sha1.h
index 8f80bef..479c3b6 100644
--- a/src/sha1.h
+++ b/src/sha1.h
@@ -45,9 +45,9 @@
#define SHA1_DIGESTLEN 20
typedef struct {
- uint32_t state[5];
- uint32_t count[2];
- uint8_t buffer[SHA1_BLOCKLEN];
+ uint32_t state[5];
+ uint32_t count[2];
+ uint8_t buffer[SHA1_BLOCKLEN];
} sha1_ctx_t;
void sha1_init(sha1_ctx_t *);