[openssl-commits] [openssl] master update

Rich Salz rsalz at openssl.org
Mon Feb 22 16:42:56 UTC 2016


The branch master has been updated
       via  d99d0d96a70faad1bcc8ba95eb3bcf8a4f3fc9a8 (commit)
      from  985c3146967633707f7c165df82bb0fd8f279758 (commit)


- Log -----------------------------------------------------------------
commit d99d0d96a70faad1bcc8ba95eb3bcf8a4f3fc9a8
Author: David Woodhouse <David.Woodhouse at intel.com>
Date:   Mon Oct 5 11:24:09 2015 +0100

    RT4309: Define PRIu64 for UEFI build
    
    Provide an appropriate definition of PRIu64 for the EDK2 build, since
    we don't have <inttypes.h> there.
    
    Signed-off-by: Rich Salz <rsalz at openssl.org>
    Reviewed-by: Tim Hudson <tjh at openssl.org>

-----------------------------------------------------------------------

Summary of changes:
 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 8cf6c84..b66b1cc 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


More information about the openssl-commits mailing list