Home GnuPG
Diffusion GnuPG f2dcd158a5ff

gpg: Fix gpg --server mode on Windows.

Description

gpg: Fix gpg --server mode on Windows.

* g10/server.c (cmd_encrypt): Don't translate_sys2libc_fd, since it
requires HANDLE on Windows.
(cmd_decrypt): Likewise.
  • GnuPG-bug-id: T6580
  • Signed-off-by: NIIBE Yutaka <gniibe@fsij.org>

Details

Provenance
gniibeAuthored on Jul 5 2023, 6:22 AM
Parents
rG577baf4af300: gpg: Format the value of type gnupg_fd_t by casting to int.
Branches
Unknown
Tags
Unknown
Tasks
T6580: Use gnupg_fd_t if it's relevant