openssl/include
Adam Eijdenberg fb029cebae RT3984: Fix clang compiler warning on Mac OS X where %ld is used for uint64_t.
clang suggests %llu instead, but it isn't clear that is portable on
all platforms.

C99 and above define a handy macro for us, so we try to use that
definition and fall back to current definition if needed (though we
switch to 'u' for unsigned).

Reviewed-by: Matt Caswell <matt@openssl.org>
2015-09-01 20:18:46 +02:00
..
internal Identify and move OpenSSL internal header files 2015-05-14 15:13:49 +02:00
openssl RT3984: Fix clang compiler warning on Mac OS X where %ld is used for uint64_t. 2015-09-01 20:18:46 +02:00