mirror of
git://git.gnupg.org/gnupg.git
synced 2025-07-03 22:56:33 +02:00
automake updates, removed one debug output
This commit is contained in:
parent
d0b9eff4b6
commit
160eaf1874
2 changed files with 2 additions and 1 deletions
|
@ -1,5 +1,7 @@
|
|||
2004-12-14 Werner Koch <wk@g10code.com>
|
||||
|
||||
* passphrase.c (agent_get_passphrase): Removed debug output
|
||||
|
||||
* keyserver.c (keyserver_work, keyserver_spawn): Map ldaps to ldap.
|
||||
|
||||
* keyedit.c (keyedit_menu): Removed the N_() markers from the
|
||||
|
|
|
@ -652,7 +652,6 @@ agent_get_passphrase ( u32 *keyid, int mode, const char *tryagain_text,
|
|||
int prot;
|
||||
char *orig_codeset = NULL;
|
||||
|
||||
log_debug ("agent_get_passphrase tryagin='%s' prompt='%s'\n", tryagain_text, custom_prompt);
|
||||
if (canceled)
|
||||
*canceled = 0;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue