Skip to content

Commit

Permalink
OpenSC: session handle can be any int
Browse files Browse the repository at this point in the history
While using PKCS11 module from OpenSC, the session handle is not
always the same integer.
  • Loading branch information
vjardin committed Feb 9, 2021
1 parent 9564e89 commit d852d70
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion tests/0280-oasis_FindObjects.phpt
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ int(0)
int(0)
object(Pkcs11\Session)#2 (2) {
["hSession"]=>
int(1)
int(%d)
["slotID"]=>
int(%d)
}
Expand Down
2 changes: 1 addition & 1 deletion tests/0290-oasis_FindObjects.phpt
Original file line number Diff line number Diff line change
Expand Up @@ -130,7 +130,7 @@ int(0)
int(0)
object(Pkcs11\Session)#2 (2) {
["hSession"]=>
int(1)
int(%d)
["slotID"]=>
int(%d)
}
Expand Down
2 changes: 1 addition & 1 deletion tests/0291-oasis_FindObjects.phpt
Original file line number Diff line number Diff line change
Expand Up @@ -137,7 +137,7 @@ int(0)
int(0)
object(Pkcs11\Session)#2 (2) {
["hSession"]=>
int(1)
int(%d)
["slotID"]=>
int(%d)
}
Expand Down

0 comments on commit d852d70

Please sign in to comment.