diff options
Diffstat (limited to 'include')
-rw-r--r-- | include/errors.h | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/include/errors.h b/include/errors.h index 4cc235e6a..af78b9d3e 100644 --- a/include/errors.h +++ b/include/errors.h @@ -62,8 +62,11 @@ #define G10ERR_TIME_CONFLICT 40 #define G10ERR_WR_PUBKEY_ALGO 41 /* unusabe pubkey algo */ #define G10ERR_FILE_EXISTS 42 -#define G10ERR_WEAK_KEY 43 /* NOTE: hardcoded intothe cipher modules */ -#define G10ERR_WRONG_KEYLEN 44 /* NOTE: hardcoded intothe cipher modules */ +#define G10ERR_WEAK_KEY 43 /* NOTE: hardcoded into the cipher modules */ +#define G10ERR_WRONG_KEYLEN 44 /* NOTE: hardcoded into the cipher modules */ +#define G10ERR_INV_ARG 45 +#define G10ERR_BAD_URI 46 /* syntax error in URI */ +#define G10ERR_INVALID_URI 47 /* e.g. unsupported scheme */ #ifndef HAVE_STRERROR |