[poppler] [PATCH 1/4] SHA-384, SHA-512 hash functions strictly require 64-bit words.
William Bader
williambader at hotmail.com
Wed Mar 9 18:56:34 UTC 2016
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?
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
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.freedesktop.org/archives/poppler/attachments/20160309/23c230d8/attachment.html>
More information about the poppler
mailing list