Parent Directory
|
Revision Log
|
Patch
revision 24 by twoaday, Sat Oct 8 10:43:08 2005 UTC | revision 25 by twoaday, Wed Oct 12 10:04:26 2005 UTC | |
---|---|---|
# | Line 43 sym_passphrase_cb (void *hook, const cha | Line 43 sym_passphrase_cb (void *hook, const cha |
43 | if (!pass) | if (!pass) |
44 | return gpg_error (GPG_ERR_INV_ARG); | return gpg_error (GPG_ERR_INV_ARG); |
45 | ||
46 | /* XXX: check for passphrase.enter. */ | |
47 | if (!WriteFile (hd, pass, strlen (pass), &n, NULL)) | if (!WriteFile (hd, pass, strlen (pass), &n, NULL)) |
48 | log_debug ("sym_passphrase_cb: WriteFile() failed ec=%d\n", w32_errno); | log_debug ("sym_passphrase_cb: WriteFile() failed ec=%d\n", w32_errno); |
49 | if (!WriteFile (hd, "\n", 1, &n, NULL)) | if (!WriteFile (hd, "\n", 1, &n, NULL)) |
|
[email protected] | ViewVC Help |
Powered by ViewVC 1.1.26 |