Provide an appropriate definition of PRIu64 for the EDK2 build, since we don't have <inttypes.h> there. --- include/openssl/e_os2.h | 1 + 1 file changed, 1 insertion(+)
diff --git a/include/openssl/e_os2.h b/include/openssl/e_os2.h index 1a1fe3e..59af447 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 -- 2.5.0 -- David Woodhouse Open Source Technology Centre david.woodho...@intel.com Intel Corporation -- Ticket here: http://rt.openssl.org/Ticket/Display.html?id=4309 Please log in as guest with password guest if prompted
smime.p7s
Description: S/MIME cryptographic signature
-- openssl-dev mailing list To unsubscribe: https://mta.openssl.org/mailman/listinfo/openssl-dev