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
..
2011-03-16 11:50:33 +00:00
2015-08-16 21:08:25 -04:00
2015-07-16 01:06:48 -04:00
2015-05-29 12:09:25 +01:00
2015-08-31 20:58:33 +01:00
2011-03-25 16:20:35 +00:00
2015-05-04 15:07:52 -04:00
2015-05-29 12:41:50 +02:00
2015-07-07 11:17:14 +02:00
2015-07-09 15:42:52 -04:00
2015-05-29 12:41:50 +02:00
2015-07-13 15:48:57 +02:00
2015-05-29 12:41:50 +02:00
2015-08-10 12:00:23 -04:00
2014-09-24 15:35:02 +02:00
2015-07-16 01:06:48 -04:00
2015-05-29 12:41:50 +02:00
2015-05-29 12:41:50 +02:00
2015-05-29 12:41:50 +02:00
2009-09-06 15:49:46 +00:00
2015-04-24 15:26:15 -04:00
2015-05-29 12:41:50 +02:00
2015-08-31 20:58:33 +01:00
2015-07-16 01:06:48 -04:00
2015-05-29 12:41:50 +02:00
2015-08-04 19:20:11 +01:00
2015-06-09 12:48:55 -04:00
2015-06-09 12:48:55 -04:00
2015-05-01 14:37:16 -04:00
2015-05-29 12:41:50 +02:00
2015-09-01 20:01:55 +02:00
2015-05-29 12:41:50 +02:00
2015-05-29 12:41:50 +02:00
2015-06-02 12:40:24 -04:00
2009-09-07 17:57:18 +00:00
2015-08-02 16:11:16 +01:00
2015-08-31 20:58:33 +01:00