aboutsummaryrefslogtreecommitdiff
path: root/includes/sha1.h
diff options
context:
space:
mode:
authorLucas de Castro Borges <lucas@gnuabordo.com.br>2024-04-22 00:35:53 -0300
committerLucas de Castro Borges <lucas@gnuabordo.com.br>2024-04-22 00:35:53 -0300
commit5f01c706267c595de92406a32e7f31ef5056c2d0 (patch)
treed1e74ef54efc41ada622900fe3e2a50dee44a237 /includes/sha1.h
parent09fcc751ef158898c315ebc9299a0fa3a722d914 (diff)
New upstream version 2.0.3preupstream/2.0.3pre
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;