MyEID: fix 'Activate Applet' apdu case

git-svn-id: https://www.opensc-project.org/svnp/opensc/trunk@4040 c6295689-39f2-0310-b995-f0e70906c6a9
This commit is contained in:
viktor.tarasov 2010-02-18 17:08:01 +00:00
parent d89e6377a0
commit 9c45262f5e
1 changed files with 1 additions and 1 deletions

View File

@ -938,7 +938,7 @@ static int myeid_activate_card(struct sc_card *card)
sc_apdu_t apdu;
SC_FUNC_CALLED(card->ctx, 1);
sc_format_apdu(card, &apdu, SC_APDU_CASE_1, 0x44, 0x04, 0x00);
sc_format_apdu(card, &apdu, SC_APDU_CASE_3_SHORT, 0x44, 0x04, 0x00);
apdu.cla = 0x00;
apdu.data = sbuf;
apdu.datalen = 0x0C;