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 ae22a0f5..0c4fc14d 100644
--- a/includes/sha1.h
+++ b/includes/sha1.h
@@ -34,7 +34,7 @@ typedef struct {
guchar buffer[64];
} SHA1_CTX;
-void SHA1Transform(guint32 state[5], guchar buffer[64]);
+void SHA1Transform(guint32 state[20], guchar buffer[64]);
void SHA1Init(SHA1_CTX* context);
void SHA1Update(SHA1_CTX* context, guchar* data, unsigned int len);
void SHA1Final(guchar digest[20], SHA1_CTX* context);