- Timestamp:
- 01/21/10 10:28:22 (2 years ago)
- File:
-
- 1 edited
-
trunk/src/ifd/ifd-rutoken.c (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/ifd/ifd-rutoken.c
r1174 r1179 254 254 // Rutoken Bug!!! 255 255 ifd_debug(6, "case 2"); 256 if(iso.ins == 0xa4){257 hdr[4] = 0x20;256 /* select file */ 257 if (iso.cla == 0 && iso.ins == 0xa4) 258 258 iso.le = 0x20; 259 }260 else {261 hdr[4] = iso.le;262 }259 /* get_do_info */ 260 else if (iso.cla == 0x80 && iso.ins == 0x30) 261 iso.le = 0xff; 262 hdr[4] = iso.le; 263 263 break; 264 264 case IFD_APDU_CASE_3S:
Note: See TracChangeset
for help on using the changeset viewer.
