From: David Woodhouse Date: Mon, 5 Oct 2015 10:24:09 +0000 (+0100) Subject: RT4309: Define PRIu64 for UEFI build X-Git-Tag: OpenSSL_1_1_0-pre4~548 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=d99d0d96a70faad1bcc8ba95eb3bcf8a4f3fc9a8;p=thirdparty%2Fopenssl.git RT4309: Define PRIu64 for UEFI build Provide an appropriate definition of PRIu64 for the EDK2 build, since we don't have there. Signed-off-by: Rich Salz Reviewed-by: Tim Hudson --- diff --git a/include/openssl/e_os2.h b/include/openssl/e_os2.h index 8cf6c842726..b66b1cc794d 100644 --- a/include/openssl/e_os2.h +++ b/include/openssl/e_os2.h @@ -299,6 +299,7 @@ typedef INT32 int32_t; typedef UINT32 uint32_t; typedef INT64 int64_t; typedef UINT64 uint64_t; +#define PRIu64 "%Lu" # elif defined(_MSC_VER) && _MSC_VER<=1500 /* * minimally required typdefs for systems not supporting inttypes.h or