[poppler] [PATCHv2 1/4] Included definitions for uint64_t (required by SHA-384 and SHA 512)

Alok Anand alok4nand at gmail.com
Thu Mar 10 18:34:17 UTC 2016


goo/gtypesp.h contains definations of precise integer types like uint64_t
which is required by SHA-384 and SHA-512 hash functions.
---
 poppler/Decrypt.h | 1 +
 1 file changed, 1 insertion(+)

diff --git a/poppler/Decrypt.h b/poppler/Decrypt.h
index 10a6386..8fe4e79 100644
--- a/poppler/Decrypt.h
+++ b/poppler/Decrypt.h
@@ -33,6 +33,7 @@
 #endif
 
 #include "goo/gtypes.h"
+#include "goo/gtypes_p.h"
 #include "goo/GooString.h"
 #include "Object.h"
 #include "Stream.h"
-- 
2.7.2



More information about the poppler mailing list