Adjust SC_MAX_APDU_BUFFER_SIZE to maximum size of Short APDU.

git-svn-id: https://www.opensc-project.org/svnp/opensc/trunk@5186 c6295689-39f2-0310-b995-f0e70906c6a9
This commit is contained in:
andre 2011-02-06 22:33:13 +00:00
parent 8b76cee572
commit 1008062844
1 changed files with 1 additions and 1 deletions

View File

@ -31,7 +31,7 @@ typedef unsigned char u8;
#define SC_MAX_CARD_DRIVERS 32
#define SC_MAX_CARD_DRIVER_SNAME_SIZE 16
#define SC_MAX_CARD_APPS 8
#define SC_MAX_APDU_BUFFER_SIZE 258
#define SC_MAX_APDU_BUFFER_SIZE 261 /* takes account of: CLA INS P1 P2 Lc [255 byte of data] Le */
#define SC_MAX_EXT_APDU_BUFFER_SIZE 65538
#define SC_MAX_PIN_SIZE 256 /* OpenPGP card has 254 max */
#define SC_MAX_ATR_SIZE 33