1
0
mirror of git://git.gnupg.org/gnupg.git synced 2024-07-02 02:48:57 +02:00

Removed debugging output

This commit is contained in:
Werner Koch 2002-01-19 20:27:10 +00:00
parent 646b214d48
commit 1e7350da8e
2 changed files with 2 additions and 2 deletions

View File

@ -4,7 +4,8 @@
gpg-agent. New arg to return the used protocol version.
(agent_get_passphrase): Implemented new protocol here.
(passphrase_clear_cache): Ditto.
(readline): New.
2002-01-15 Timo Schulz <ts@winpt.org>
* encode.c (encode_crypt_files): Fail if --output is used.

View File

@ -647,7 +647,6 @@ agent_get_passphrase ( u32 *keyid, int mode )
for (i=3; i < nread && hexdigitp (pw+i); i+=2)
pw[pwlen++] = xtoi_2 (pw+i);
pw[pwlen] = 0; /* make a C String */
log_debug ("passphrase=`%s'\n", pw);
agent_close (fd);
free_public_key( pk );
return pw;