Home GnuPG
Diffusion GnuPG f297803a67cd

gpg: Replace use of PRIu64 in log_debug

Description

gpg: Replace use of PRIu64 in log_debug

* g10/cipher-aead.c (do_flush): Use %llu and a cast.
* g10/decrypt-data.c (aead_underflow): Ditto.

We don't use the system's printf but the one implemented by
us (gpgrt's estream-printf) thus the PRIu64 may or may not be correct.
We can't do much about the -Wformat errors due to our different
implementation.

Details

Provenance
wernerAuthored on Dec 16 2022, 3:33 PM
Parents
rG329dd3fa8c44: tests: Fix missing test message.
Branches
Unknown
Tags
Unknown