bugfix: get the whole PACE response data

git-svn-id: https://vsmartcard.svn.sourceforge.net/svnroot/vsmartcard@193 96b47cad-a561-4643-ad3b-153ac7d7599c
This commit is contained in:
frankmorgner
2010-07-04 18:06:09 +00:00
parent b84e3fbdba
commit e2b9bdb316
3 changed files with 3 additions and 3 deletions

View File

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

View File

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

View File

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