aboutsummaryrefslogtreecommitdiffstats
path: root/src/util.h
diff options
context:
space:
mode:
authorWerner Koch <[email protected]>2010-09-16 13:39:00 +0000
committerWerner Koch <[email protected]>2010-09-16 13:39:00 +0000
commitbc22c2098db6fec432df1bfe81aeecb736952479 (patch)
treeb7a9d955d04680dd10486187dd77ffcb56676da3 /src/util.h
parent2010-09-02 Marcus Brinkmann <[email protected]> (diff)
downloadgpgme-bc22c2098db6fec432df1bfe81aeecb736952479.tar.gz
gpgme-bc22c2098db6fec432df1bfe81aeecb736952479.zip
Add a new error code.
Diffstat (limited to 'src/util.h')
-rw-r--r--src/util.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/util.h b/src/util.h
index b892e447..9965847f 100644
--- a/src/util.h
+++ b/src/util.h
@@ -136,6 +136,9 @@ const char *_gpgme_get_w32spawn_path (void);
#ifndef GPG_ERR_NOT_OPERATIONAL
#define GPG_ERR_NOT_OPERATIONAL 176
#endif
+#ifndef GPG_ERR_MISSING_ISSUER_CERT
+#define GPG_ERR_MISSING_ISSUER_CERT 185
+#endif
#ifdef ENABLE_ASSUAN