diff options
author | Werner Koch <[email protected]> | 2010-09-16 13:39:00 +0000 |
---|---|---|
committer | Werner Koch <[email protected]> | 2010-09-16 13:39:00 +0000 |
commit | bc22c2098db6fec432df1bfe81aeecb736952479 (patch) | |
tree | b7a9d955d04680dd10486187dd77ffcb56676da3 /src/util.h | |
parent | 2010-09-02 Marcus Brinkmann <[email protected]> (diff) | |
download | gpgme-bc22c2098db6fec432df1bfe81aeecb736952479.tar.gz gpgme-bc22c2098db6fec432df1bfe81aeecb736952479.zip |
Add a new error code.
Diffstat (limited to '')
-rw-r--r-- | src/util.h | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -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 |