- added missing intialization of apdu struct

git-svn-id: https://www.opensc-project.org/svnp/opensc/trunk@1395 c6295689-39f2-0310-b995-f0e70906c6a9
This commit is contained in:
okir 2003-08-28 12:50:51 +00:00
parent 3f7599caaa
commit 70c3d91b23
1 changed files with 1 additions and 0 deletions

View File

@ -1556,6 +1556,7 @@ gpk_pkfile_load(struct sc_card *card, struct sc_cardctl_gpk_pkload *args)
}
#endif
memset(&apdu, 0, sizeof(apdu));
apdu.cse = SC_APDU_CASE_3_SHORT;
apdu.cla = 0x80;
apdu.ins = 0x18;