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 2289253 commit 6264c29Copy full SHA for 6264c29
cryptoki/src/object.rs
@@ -942,7 +942,10 @@ impl TryFrom<CK_ATTRIBUTE> for Attribute {
942
}
943
944
945
- AttributeType::VendorDefined(t) => Ok(Attribute::VendorDefined((AttributeType::VendorDefined(t), val.to_vec()))),
+ AttributeType::VendorDefined(t) => Ok(Attribute::VendorDefined((
946
+ AttributeType::VendorDefined(t),
947
+ val.to_vec(),
948
+ ))),
949
950
951
0 commit comments