mirror of
git://git.gnupg.org/gnupg.git
synced 2025-01-10 13:04:23 +01:00
Removed debugging output
This commit is contained in:
parent
646b214d48
commit
1e7350da8e
@ -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.
|
||||
|
@ -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;
|
||||
|
Loading…
x
Reference in New Issue
Block a user