diff options
author | Werner Koch <wk@gnupg.org> | 2009-04-03 12:34:22 +0200 |
---|---|---|
committer | Werner Koch <wk@gnupg.org> | 2009-04-03 12:34:22 +0200 |
commit | 7c98dad98e838d089261716a3823b7be53728fd3 (patch) | |
tree | 995baac48b0d8845cab6cf522eb1a43d16e325b8 /g10/gpg.h | |
parent | Print the card's S/N in a secret key listing. (diff) | |
download | gnupg2-7c98dad98e838d089261716a3823b7be53728fd3.tar.xz gnupg2-7c98dad98e838d089261716a3823b7be53728fd3.zip |
Make gpgv error message about a missing keyring more useful. This fixes
Debian#494040. Also implement readonly semantic for extra safety.
Diffstat (limited to 'g10/gpg.h')
-rw-r--r-- | g10/gpg.h | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -75,7 +75,7 @@ struct server_control_s #define g10_errstr(a) gpg_strerror ((a)) -/* Mapping of the old erro codes to the gpg-error ones. Fixme: This +/* Mapping of the old error codes to the gpg-error ones. Fixme: This is just a temporary solution: We need to do all these gpg_error() calls in the code. */ #define G10ERR_BAD_KEY GPG_ERR_BAD_KEY |