[git] GPGME - branch, master, updated. gpgme-1.5.0-3-g86260b4
by Werner Koch
cvs at cvs.gnupg.org
Tue Jun 10 14:49:38 CEST 2014
This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "GnuPG Made Easy".
The branch, master has been updated
via 86260b47c9e306e325103d1af767842357647e60 (commit)
from 4dc9af24156b4fd52c7b76e7522b9b7a64e5386a (commit)
Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.
- Log -----------------------------------------------------------------
commit 86260b47c9e306e325103d1af767842357647e60
Author: Werner Koch <wk at gnupg.org>
Date: Tue Jun 10 14:52:06 2014 +0200
Add new reason codes to the INV_RECP status code.
* src/op-support.c (_gpgme_parse_inv_recp): Add codes 13 and 14.
diff --git a/src/op-support.c b/src/op-support.c
index edd317d..2bcb3a3 100644
--- a/src/op-support.c
+++ b/src/op-support.c
@@ -266,6 +266,14 @@ _gpgme_parse_inv_recp (char *args, gpgme_invalid_key_t *key)
case 12:
inv_key->reason = gpg_error (GPG_ERR_MISSING_ISSUER_CERT);
break;
+
+ case 13:
+ inv_key->reason = gpg_error (252); /*GPG_ERR_KEY_DISABLED*/
+ break;
+
+ case 14:
+ inv_key->reason = gpg_error (GPG_ERR_INV_USER_ID);
+ break;
}
while (*tail && *tail == ' ')
-----------------------------------------------------------------------
Summary of changes:
src/op-support.c | 8 ++++++++
1 file changed, 8 insertions(+)
hooks/post-receive
--
GnuPG Made Easy
http://git.gnupg.org
More information about the Gnupg-commits
mailing list