pkcs11-tool.c: At least CKS_RO_PUBLIC_SESSION is needed.

git-svn-id: https://www.opensc-project.org/svnp/opensc/trunk@5563 c6295689-39f2-0310-b995-f0e70906c6a9
This commit is contained in:
andre 2011-06-08 08:50:42 +00:00
parent c5c2366a0b
commit 8a5961e970
1 changed files with 1 additions and 0 deletions

View File

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