diff options
Diffstat (limited to 'scd/apdu.h')
-rw-r--r-- | scd/apdu.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/scd/apdu.h b/scd/apdu.h index 37f9f433c..2e518b1b6 100644 --- a/scd/apdu.h +++ b/scd/apdu.h @@ -36,6 +36,7 @@ enum { SW_CC_NOT_SUP = 0x6884, /* Command Chaining is not supported. */ SW_CHV_WRONG = 0x6982, SW_CHV_BLOCKED = 0x6983, + SW_REF_DATA_INV = 0x6984, /* Referenced data invalidated. */ SW_USE_CONDITIONS = 0x6985, SW_BAD_PARAMETER = 0x6a80, /* (in the data field) */ SW_NOT_SUPPORTED = 0x6a81, |