allow up to 64 byte long pins

git-svn-id: https://www.opensc-project.org/svnp/opensc/trunk@2474 c6295689-39f2-0310-b995-f0e70906c6a9
This commit is contained in:
nils 2005-08-09 18:21:50 +00:00
parent 9ea0db132e
commit 3da0e1b8cd
1 changed files with 1 additions and 1 deletions

View File

@ -595,7 +595,7 @@ static int do_verify(int argc, char **argv)
{ NULL, SC_AC_NONE }
};
int r, tries_left = -1;
u8 buf[30];
u8 buf[64];
const char *s;
size_t buflen = sizeof(buf), i;
struct sc_pin_cmd_data data;