aboutsummaryrefslogtreecommitdiffstats
path: root/agent/command-ssh.c
diff options
context:
space:
mode:
authorWerner Koch <[email protected]>2021-01-11 13:19:06 +0000
committerWerner Koch <[email protected]>2021-01-11 13:19:06 +0000
commitb6967d31912912ad3c0a2ff6bf6eb9822a194562 (patch)
tree0058767932e827f539cdec89f55fd555359b0aa8 /agent/command-ssh.c
parentI meant "SHA-2 digests" in the previous commit. (diff)
downloadgnupg-b6967d31912912ad3c0a2ff6bf6eb9822a194562.tar.gz
gnupg-b6967d31912912ad3c0a2ff6bf6eb9822a194562.zip
gpg,w32: Fix gnupg_remove.
* common/sysutils.c (map_w32_to_errno): New. (gnupg_w32_set_errno): New. (gnupg_remove) [w32]: Set ERRNO -- To support Unicode gnupg_remove was changed to use DeleteFileW and not properly tested because the code was alreadt used in Windows CE. However, ERRNO was not set and thus Dirmngr failed due to if (!gnupg_remove (fname)) log_info (_("removed stale te[...] file '%s'\n"), fname); else if (errno != ENOENT) { err = gpg_error_from_syserror (); log_error (_("problem remov[...] file '%s': %s\n"), fname, gpg_strerror (err)); goto leave; } GnuPG-bug-id: 5230
Diffstat (limited to 'agent/command-ssh.c')
0 files changed, 0 insertions, 0 deletions