diff options
Diffstat (limited to 'include/errors.h')
-rw-r--r-- | include/errors.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/errors.h b/include/errors.h index 56dd14ada..32d1ea55e 100644 --- a/include/errors.h +++ b/include/errors.h @@ -69,6 +69,7 @@ #define G10ERR_INVALID_URI 47 /* e.g. unsupported scheme */ #define G10ERR_NETWORK 48 /* general network error */ #define G10ERR_UNKNOWN_HOST 49 +#define G10ERR_SELFTEST_FAILED 50 #ifndef HAVE_STRERROR |