diff options
author | bigbear <ns@bigbear.dk> | 2024-02-08 03:11:55 +0100 |
---|---|---|
committer | bigbear <ns@bigbear.dk> | 2024-02-08 19:52:53 +0100 |
commit | 1372520972daf599fbaa1f6f0d61a4a8c736db39 (patch) | |
tree | 1c6456bee582d96a95911318644c385a9b293976 /includes/sha1.h | |
parent | 410e1c7796a4142b565909bf645c21c4ef4d7b12 (diff) |
FIX sha1 crash
Diffstat (limited to 'includes/sha1.h')
-rw-r--r-- | includes/sha1.h | 2 |
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; |