Skip to content

Commit 719e8dd

Browse files
committed
Update fn name following updates to dcap-qvl PR
1 parent 0655858 commit 719e8dd

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

Cargo.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

attestation/src/dcap.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,7 @@ pub async fn verify_dcap_attestation_with_given_timestamp(
9191
}
9292
};
9393

94-
let _verified_report = dcap_qvl::verify::verify_with_tcb_override(
94+
let _verified_report = dcap_qvl::verify::dangerous_verify_with_tcb_override(
9595
&input,
9696
&collateral,
9797
now,

0 commit comments

Comments
 (0)