aboutsummaryrefslogtreecommitdiff
path: root/includes/sha1.h
diff options
context:
space:
mode:
Diffstat (limited to 'includes/sha1.h')
-rw-r--r--includes/sha1.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/includes/sha1.h b/includes/sha1.h
index 573ff8ac..8b5c0b2f 100644
--- a/includes/sha1.h
+++ b/includes/sha1.h
@@ -17,7 +17,7 @@
typedef struct {
- guint32 state[5];
+ guint32 state[20];
guint32 count[2];
guchar buffer[64];
} SHA1_CTX;