add support for big certificate descriptions

git-svn-id: https://vsmartcard.svn.sourceforge.net/svnroot/vsmartcard@693 96b47cad-a561-4643-ad3b-153ac7d7599c
This commit is contained in:
frankmorgner
2012-01-24 21:39:30 +00:00
parent 97c51d320d
commit f93ac338a4
3 changed files with 580 additions and 2 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[1024];
+ unsigned char cmd[CMD_BUF_SIZE];
+ unsigned int length;
+ _ccid_descriptor *ccid_descriptor = get_ccid_descriptor(reader_index);
+ status_t res;