diff options
author | Werner Koch <[email protected]> | 2004-10-01 10:11:42 +0000 |
---|---|---|
committer | Werner Koch <[email protected]> | 2004-10-01 10:11:42 +0000 |
commit | 1d315be6fa6037f883bb31647ae1453989679258 (patch) | |
tree | a956b6e49784c439dcf2fd6a5032c8d593e97d63 /g10/app-openpgp.c | |
parent | * gpgv.c, keydb.c (keydb_add_resource): Factored keyring creation out to (diff) | |
download | gnupg-1d315be6fa6037f883bb31647ae1453989679258.tar.gz gnupg-1d315be6fa6037f883bb31647ae1453989679258.zip |
* mk-w32-dist: Updated from stable branch.
* mk-gpg-texi: Changed to use the newer docbook2x-texi utility.
* config.guess, config.sub, mkinstalldirs, missing
* depcomp, install-sh: Upgraded.
Diffstat (limited to '')
-rw-r--r-- | g10/app-openpgp.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/g10/app-openpgp.c b/g10/app-openpgp.c index 94a62695b..c302bd3a3 100644 --- a/g10/app-openpgp.c +++ b/g10/app-openpgp.c @@ -705,7 +705,7 @@ verify_chv3 (APP app, #if GNUPG_MAJOR_VERSION != 1 if (!opt.allow_admin) { - log_info (_("access to admin commands is not configured\n"); + log_info (_("access to admin commands is not configured\n")); return gpg_error (GPG_ERR_EACCES); } #endif |