diff options
Diffstat (limited to 'include')
-rw-r--r-- | include/errors.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/errors.h b/include/errors.h index 32d1ea55e..247951271 100644 --- a/include/errors.h +++ b/include/errors.h @@ -70,7 +70,7 @@ #define G10ERR_NETWORK 48 /* general network error */ #define G10ERR_UNKNOWN_HOST 49 #define G10ERR_SELFTEST_FAILED 50 - +#define G10ERR_NOT_ENCRYPTED 51 #ifndef HAVE_STRERROR char *strerror( int n ); |