aboutsummaryrefslogtreecommitdiffstats
path: root/src/gpg-error.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/gpg-error.h')
-rw-r--r--src/gpg-error.h5
1 files changed, 4 insertions, 1 deletions
diff --git a/src/gpg-error.h b/src/gpg-error.h
index dc75c82..a964579 100644
--- a/src/gpg-error.h
+++ b/src/gpg-error.h
@@ -217,7 +217,10 @@ typedef enum
GPG_ERR_WRONG_BLOB_TYPE = 127, /* Keybox BLOB of wrong type. */
GPG_ERR_MISSING_VALUE = 128, /* A required value is missing. */
- /* 129 to 149 are free to be used. */
+ GPG_ERR_HARDWARE = 129, /* e.g. EEPROM error of a smartcard. */
+ GPG_ERR_PIN_BLOCKED = 130,
+ GPG_ERR_USE_CONDITIONS = 131, /* e.g. used with smartcards. */
+ /* 132 to 149 are free to be used. */
GPG_ERR_INV_ENGINE = 150,
GPG_ERR_PUBKEY_NOT_TRUSTED = 151,