From 663fd4efc9696904b3ebe70d2b9dc7c5444a942b Mon Sep 17 00:00:00 2001 From: Jean-Michel Picod Date: Fri, 6 Jan 2023 18:28:53 +0100 Subject: [PATCH] Remove unused error code. Will be added back for the PIN check command --- client/src/cmdpiv.c | 1 - 1 file changed, 1 deletion(-) diff --git a/client/src/cmdpiv.c b/client/src/cmdpiv.c index 9e800055a..cd0af5ba9 100644 --- a/client/src/cmdpiv.c +++ b/client/src/cmdpiv.c @@ -35,7 +35,6 @@ static int CmdHelp(const char *Cmd); static const uint16_t APDU_RES_SUCCESS = 0x9000; static const uint16_t APDU_RES_NOT_FOUND = 0x6A82; static const uint16_t APDU_RES_SECURITY = 0x6982; -static const uint16_t APDU_RES_PIN_BLOCKED = 0x6983; static uint8_t PIV_APPLET[9] = "\xA0\x00\x00\x03\x08\x00\x00\x10\x00";