We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c41316a commit 8d90d9fCopy full SHA for 8d90d9f
cryptoki/tests/basic.rs
@@ -941,7 +941,7 @@ fn wrap_and_unwrap_key() {
941
];
942
943
// priv key template
944
- let priv_key_template = vec![Attribute::Token(true)];
+ let priv_key_template = vec![Attribute::Token(true), (Attribute::Unwrap(true))];
945
946
let (wrapping_key, unwrapping_key) = session
947
.generate_key_pair(
0 commit comments