Home GnuPG
Diffusion GnuPG a0ff2919f710

tools:gpg-connect-agent: Fix use of HANDLE on Windows.

Description

tools:gpg-connect-agent: Fix use of HANDLE on Windows.

* tools/gpg-connect-agent.c [HAVE_W32_SYSTEM] (do_open): Use %p to
format the HANDLE.
[HAVE_W32_SYSTEM] (do_close): Use gnupg_parse_fdstr to parse the
string representation of the HANDLE.  Use %p.
  • GnuPG-bug-id: T6508
  • Signed-off-by: NIIBE Yutaka <gniibe@fsij.org>

Details

Provenance
gniibeAuthored on Jul 3 2023, 3:20 AM
Parents
rG250fff0f6eaf: common:iobuf: Avoid losing bits of HANDLE on Windows 64-bit.
Branches
Unknown
Tags
Unknown
Tasks
T6508: Port GnuPG to 64-bit Windows