Changeset 1190 for trunk/src/ifd
- Timestamp:
- 01/09/12 22:29:03 (4 months ago)
- Location:
- trunk/src/ifd
- Files:
-
- 2 edited
-
ifd-ccid.c (modified) (1 diff)
-
process.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[] = { -
trunk/src/ifd/process.c
r1188 r1190 387 387 ct_tlv_builder_t * resp) 388 388 { 389 unsigned char replybuf[258 ];389 unsigned char replybuf[258+256]; /* @ALON: added +256 as APDUs grew at some point */ 390 390 unsigned char *data; 391 391 size_t data_len;
Note: See TracChangeset
for help on using the changeset viewer.
