Changeset 1190 for trunk/src/ifd/ifd-ccid.c
- Timestamp:
- 01/09/12 22:29:03 (4 months ago)
- File:
-
- 1 edited
-
trunk/src/ifd/ifd-ccid.c (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/ifd/ifd-ccid.c
r1189 r1190 70 70 * 10 bytes ccid header + 4 bytes command header + 71 71 * 1 byte Lc + 255 bytes data + 1 byte Le = 271 72 * @ALON: Added +256 as APDUs grew at some point 72 73 */ 73 #define CCID_MAX_MSG_LEN 27174 #define CCID_MAX_MSG_LEN (271+256) 74 75 75 76 static int msg_expected[] = {
Note: See TracChangeset
for help on using the changeset viewer.
