]> git.ipfire.org Git - thirdparty/openssl.git/commit
Use the %llu format specifier for uint64_t
authorMatt Caswell <matt@openssl.org>
Mon, 22 May 2023 13:54:43 +0000 (14:54 +0100)
committerMatt Caswell <matt@openssl.org>
Wed, 24 May 2023 11:18:33 +0000 (12:18 +0100)
commit7802170f7c1d2b89c2610b7affddb3d1b26fc87d
tree0486e269e87735f86be1c3f76bad232c2d368c42
parent5cf99b4040eb1ef63b3254090d16299cad690b1e
Use the %llu format specifier for uint64_t

We change to use %llu when printing uint64_t types for consistency with
what we've done elsewhere.

Reviewed-by: Tomas Mraz <tomas@openssl.org>
Reviewed-by: Hugo Landau <hlandau@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/20914)
ssl/quic/quic_trace.c