We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cca3717 commit 0c59096Copy full SHA for 0c59096
tss-esapi/src/abstraction/transient/mod.rs
@@ -526,8 +526,7 @@ impl TransientKeyContext {
526
.load_external_public(public, Hierarchy::Owner)?
527
} else {
528
self.context
529
- .load(self.root_key_handle, material.private.try_into()?, public)
530
- .map(KeyHandle::from)?
+ .load(self.root_key_handle, material.private.try_into()?, public)?
531
};
532
let key_auth_value = auth.unwrap_or_default();
533
if !key_auth_value.is_empty() {
0 commit comments