raise temporary buffer size to the maximum possible for pace

git-svn-id: https://vsmartcard.svn.sourceforge.net/svnroot/vsmartcard@694 96b47cad-a561-4643-ad3b-153ac7d7599c
This commit is contained in:
frankmorgner
2012-01-24 22:11:11 +00:00
parent f93ac338a4
commit 2ecea8ae4c
3 changed files with 3 additions and 3 deletions

View File

@@ -356,7 +356,7 @@ Index: ccid-1.3.11/src/commands.c
+ unsigned char RxBuffer[], unsigned int *RxLength,
+ unsigned char bPINOperation)
+{
+ unsigned char cmd[CMD_BUF_SIZE];
+ unsigned char cmd[11+0xffff];
+ unsigned int length;
+ _ccid_descriptor *ccid_descriptor = get_ccid_descriptor(reader_index);
+ status_t res;

View File

@@ -353,7 +353,7 @@ Index: ccid-1.4.4/src/commands.c
+ unsigned char RxBuffer[], unsigned int *RxLength,
+ unsigned char bPINOperation)
+{
+ unsigned char cmd[CMD_BUF_SIZE];
+ unsigned char cmd[11+0xffff];
+ unsigned int length;
+ _ccid_descriptor *ccid_descriptor = get_ccid_descriptor(reader_index);
+ status_t res;

View File

@@ -353,7 +353,7 @@ Index: ccid-1.4.5/src/commands.c
+ unsigned char RxBuffer[], unsigned int *RxLength,
+ unsigned char bPINOperation)
+{
+ unsigned char cmd[CMD_BUF_SIZE];
+ unsigned char cmd[11+0xffff];
+ unsigned int length;
+ _ccid_descriptor *ccid_descriptor = get_ccid_descriptor(reader_index);
+ status_t res;