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:
@@ -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;
|
||||
|
||||
@@ -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;
|
||||
|
||||
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user