diff options
Diffstat (limited to 'g10')
-rw-r--r-- | g10/ChangeLog | 4 | ||||
-rw-r--r-- | g10/app-openpgp.c | 2 |
2 files changed, 5 insertions, 1 deletions
diff --git a/g10/ChangeLog b/g10/ChangeLog index bea26b8a6..a971266b4 100644 --- a/g10/ChangeLog +++ b/g10/ChangeLog @@ -1,3 +1,7 @@ +2004-09-30 Werner Koch <[email protected]> + + * app-openpgp.c (verify_chv3) [GNUPG_MAJOR_VERSION!=1]: Typo fix. + 2004-09-30 David Shaw <[email protected]> * gpgv.c, keydb.c (keydb_add_resource): Factored keyring creation 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 |