Skip to content

Commit 7e92fca

Browse files
committed
tests: Kryoptic has now PKCS#11 3.2 API
Signed-off-by: Jakub Jelen <[email protected]>
1 parent 8d90d9f commit 7e92fca

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cryptoki/tests/basic.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1037,7 +1037,7 @@ fn get_info_test() -> TestResult {
10371037
assert_eq!(info.cryptoki_version().minor(), 40);
10381038
} else {
10391039
assert_eq!(info.cryptoki_version().major(), 3);
1040-
assert_eq!(info.cryptoki_version().minor(), 0);
1040+
assert_eq!(info.cryptoki_version().minor(), 2);
10411041
}
10421042
Ok(())
10431043
}

0 commit comments

Comments
 (0)