summaryrefslogtreecommitdiff
path: root/src/include/sha1.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/include/sha1.h')
-rw-r--r--src/include/sha1.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/include/sha1.h b/src/include/sha1.h
index 43d141d..3d35750 100644
--- a/src/include/sha1.h
+++ b/src/include/sha1.h
@@ -15,8 +15,7 @@
#define SHA1_BLOCKSIZE 64
#define SHA1_DIGESTSIZE 20
-typedef struct
-{
+typedef struct {
uint32_t state[5];
uint32_t count[2];
uint8_t buffer[SHA1_BLOCKSIZE];