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 db0d4aa commit d1cca44Copy full SHA for d1cca44
cryptoki/tests/basic.rs
@@ -1198,7 +1198,9 @@ fn get_attribute_info_test() -> TestResult {
1198
1199
let pub_attribs = vec![AttributeType::PublicExponent, AttributeType::Modulus];
1200
let mut priv_attribs = [
1201
- AttributeType::PublicExponent, AttributeType::Modulus, AttributeType::PrivateExponent
+ AttributeType::PublicExponent,
1202
+ AttributeType::Modulus,
1203
+ AttributeType::PrivateExponent,
1204
];
1205
1206
let attrib_info = session.get_attribute_info(public, &pub_attribs)?;
0 commit comments