diff options
Diffstat (limited to 'include/errors.h')
-rw-r--r-- | include/errors.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/include/errors.h b/include/errors.h index 11c97425f..f7a9fc570 100644 --- a/include/errors.h +++ b/include/errors.h @@ -72,6 +72,9 @@ #define G10ERR_SELFTEST_FAILED 50 #define G10ERR_NOT_ENCRYPTED 51 #define G10ERR_NOT_PROCESSED 52 +#define G10ERR_UNU_PUBKEY 53 +#define G10ERR_UNU_SECKEY 54 + #ifndef HAVE_STRERROR char *strerror( int n ); |