X-Git-Url: https://git.openssl.org/gitweb/?p=openssl.git;a=blobdiff_plain;f=include%2Fopenssl%2Fe_os2.h;h=519b8ce65ad1142e1f97b554a685ee702784b6db;hp=04e1c05d8a6c858d36ad01f18180baa8e6cff4d4;hb=e314c340736830a6fc0260cf72cc51ea0c227e9d;hpb=03ed5e990668a57836d599d2093e762813058362;ds=inline diff --git a/include/openssl/e_os2.h b/include/openssl/e_os2.h index 04e1c05d8a..519b8ce65a 100644 --- a/include/openssl/e_os2.h +++ b/include/openssl/e_os2.h @@ -317,7 +317,11 @@ typedef unsigned __int64 uint64_t; * isn't available or did not define it, just go with hard-coded. */ # ifndef PRIu64 -# define PRIu64 "lu" +# ifdef SIXTY_FOUR_BIT_LONG +# define PRIu64 "lu" +# else +# define PRIu64 "llu" +# endif # endif /* ossl_inline: portable inline definition usable in public headers */