changed sc_apdu_t.data back to const unsigned char *

This commit is contained in:
Frank Morgner 2014-10-27 22:48:34 +01:00
parent 8ed4db76c8
commit 3d9118a870
1 changed files with 1 additions and 1 deletions

View File

@ -281,7 +281,7 @@ typedef struct sc_apdu {
int cse; /* APDU case */
unsigned char cla, ins, p1, p2; /* CLA, INS, P1 and P2 bytes */
size_t lc, le; /* Lc and Le bytes */
unsigned char *data; /* S-APDU data */
const unsigned char *data; /* S-APDU data */
size_t datalen; /* length of data in S-APDU */
unsigned char *resp; /* R-APDU data buffer */
size_t resplen; /* in: size of R-APDU buffer,