From 5f01c706267c595de92406a32e7f31ef5056c2d0 Mon Sep 17 00:00:00 2001 From: Lucas de Castro Borges Date: Mon, 22 Apr 2024 00:35:53 -0300 Subject: New upstream version 2.0.3pre --- includes/sha1.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'includes/sha1.h') 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; -- cgit v1.2.3