diff options
| author | Werner Koch <[email protected]> | 2005-03-14 19:19:21 +0000 |
|---|---|---|
| committer | Werner Koch <[email protected]> | 2005-03-14 19:19:21 +0000 |
| commit | a043c14d229a5201fc4c4332dbd541916e9fee16 (patch) | |
| tree | f18c2882a81dfcc5d19e8253aa4f1f71f3b881fd /g10/cardglue.c | |
| parent | * configure.ac: New option --enable-noexecstack. (diff) | |
| download | gnupg-a043c14d229a5201fc4c4332dbd541916e9fee16.tar.gz gnupg-a043c14d229a5201fc4c4332dbd541916e9fee16.zip | |
* cardglue.c (pin_cb): Disable debug output.
* mk-w32-dist: Check for patch files.
* w32installer.nsi: Translated a few more strings. Print a
warning if permssions are not suitable for the installation.
Add Uninstaller entries.
Diffstat (limited to 'g10/cardglue.c')
| -rw-r--r-- | g10/cardglue.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/g10/cardglue.c b/g10/cardglue.c index a700a34d1..9e5a14f8c 100644 --- a/g10/cardglue.c +++ b/g10/cardglue.c @@ -659,7 +659,7 @@ pin_cb (void *opaque, const char *info, char **retstr) const char *ends, *s; *retstr = NULL; - log_debug ("asking for PIN '%s'\n", info); + /* log_debug ("asking for PIN '%s'\n", info); */ /* We use a special prefix to check whether the Admin PIN has been requested. */ |
