diff options
Diffstat (limited to 'src/gpg-error.h')
-rw-r--r-- | src/gpg-error.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/gpg-error.h b/src/gpg-error.h index 94577fc..431bbaf 100644 --- a/src/gpg-error.h +++ b/src/gpg-error.h @@ -268,8 +268,9 @@ typedef enum GPG_ERR_UNSUPPORTED_CRL_VERSION = 163, GPG_ERR_INV_CERT_OBJ = 164, GPG_ERR_UNKNOWN_NAME = 165, + GPG_ERR_LOCALE_PROBLEM = 166, /* A problem with the locale occured. */ - /* 166 to 199 are free to be used. */ + /* 167 to 199 are free to be used. */ GPG_ERR_BUFFER_TOO_SHORT = 200, |