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/card-util.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/card-util.c')
-rw-r--r-- | g10/card-util.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/g10/card-util.c b/g10/card-util.c index 5c0f76b93..c63335b48 100644 --- a/g10/card-util.c +++ b/g10/card-util.c @@ -578,7 +578,7 @@ change_url (void) } -/* Fetch the key from the URL given on teh card or try to get it from +/* Fetch the key from the URL given on the card or try to get it from the default keyserver. */ static int fetch_url(void) |