+2
−2
+1
−1
+16
−0
Loading
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>