pkcs11-tool: allow tests with keys that don't require PIN

... such as the 9e key of a PIV card.
This commit is contained in:
Frank Morgner 2019-09-06 16:02:43 +02:00
parent 5c55546685
commit ee1c8073c2
1 changed files with 1 additions and 1 deletions

View File

@ -775,7 +775,7 @@ int main(int argc, char * argv[])
opt_sig_format = optarg;
break;
case 't':
need_session |= NEED_SESSION_RO;
need_session |= NEED_SESSION_RW;
do_test = 1;
action_count++;
break;