[poppler] [PATCH 1/4] SHA-384, SHA-512 hash functions strictly require 64-bit words.

Adrian Johnson ajohnson at redneon.com
Wed Mar 9 20:54:24 UTC 2016


On 10/03/16 05:26, William Bader wrote:
> Should poppler use autoconf AC_TYPE_LONG_LONG_INT and
> AC_TYPE_UNSIGNED_LONG_LONG_INT to check that the compiler supports long
> long and unsigned long long?

We've already been using long long for years. I'm not aware of any
compiler that doesn't support it.

> 
> William
> 
>> From: alok4nand at gmail.com
>> To: poppler at lists.freedesktop.org
>> Date: Wed, 9 Mar 2016 23:42:27 +0530
>> CC: aacid at kde.org
>> Subject: [poppler] [PATCH 1/4] SHA-384, SHA-512 hash functions
> strictly require 64-bit words.
>>
>> ---
>> 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
> 
> 
> 
> _______________________________________________
> poppler mailing list
> poppler at lists.freedesktop.org
> https://lists.freedesktop.org/mailman/listinfo/poppler
> 



More information about the poppler mailing list