From 1648a1cdeaa88dbe5899870b86b3fe7b9ac91bf6 Mon Sep 17 00:00:00 2001 From: okir Date: Thu, 20 Nov 2003 15:38:43 +0000 Subject: [PATCH] - SW 6A88 (referenced data not found) is now translated to SC_ERROR_DATA_OBJECT_NOT_FOUND git-svn-id: https://www.opensc-project.org/svnp/opensc/trunk@1620 c6295689-39f2-0310-b995-f0e70906c6a9 --- src/libopensc/iso7816.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/libopensc/iso7816.c b/src/libopensc/iso7816.c index cb63963d..127c8263 100644 --- a/src/libopensc/iso7816.c +++ b/src/libopensc/iso7816.c @@ -61,7 +61,7 @@ const static struct sc_card_error iso7816_errors[] = { { 0x6A85, SC_ERROR_INCORRECT_PARAMETERS,"Lc inconsistent with TLV structure" }, { 0x6A86, SC_ERROR_INCORRECT_PARAMETERS,"Incorrect parameters P1-P2" }, { 0x6A87, SC_ERROR_INCORRECT_PARAMETERS,"Lc inconsistent with P1-P2" }, - { 0x6A88, SC_ERROR_CARD_CMD_FAILED, "Referenced data not found" }, + { 0x6A88, SC_ERROR_DATA_OBJECT_NOT_FOUND,"Referenced data not found" }, { 0x6B00, SC_ERROR_INCORRECT_PARAMETERS,"Wrong parameter(s) P1-P2" }, { 0x6D00, SC_ERROR_INS_NOT_SUPPORTED, "Instruction code not supported or invalid" },