Skip to content

Commit

Permalink
derived_key: type issue confidential-containers#2
Browse files Browse the repository at this point in the history
  • Loading branch information
eldios committed Jan 22, 2025
1 parent 12df167 commit 04b57fa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion attestation-agent/attester/src/snp/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,7 @@ impl Attester for SnpAttester {
);

let derived_key = firmware
.get_derived_key(Some(&root_key), request)
.get_derived_key(Some(root_key), request)
.context("Failed to get derived key")?;

Ok(derived_key.to_vec())
Expand Down

0 comments on commit 04b57fa

Please sign in to comment.