diff --git a/src/tools/opensc-explorer.c b/src/tools/opensc-explorer.c index 21cdb687..40c36b0e 100644 --- a/src/tools/opensc-explorer.c +++ b/src/tools/opensc-explorer.c @@ -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;