[poppler] [PATCH 1/4] SHA-384, SHA-512 hash functions strictly require 64-bit words.
Alok Anand
alok4nand at gmail.com
Wed Mar 9 18:12:27 UTC 2016
---
goo/gtypes.h | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/goo/gtypes.h b/goo/gtypes.h
index a8d4519..bd6e06c 100644
--- a/goo/gtypes.h
+++ b/goo/gtypes.h
@@ -48,5 +48,5 @@ typedef unsigned short Gushort;
typedef unsigned int Guint;
typedef unsigned long Gulong;
typedef long long Goffset;
-
+typedef unsigned long long Guoffset;
#endif
--
2.7.2
More information about the poppler
mailing list