Skip to content

Commit cd831e8

Browse files
committed
Fix field name following updating attested-tls
1 parent 7cd7273 commit cd831e8

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

attested-tls/src/lib.rs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -193,7 +193,7 @@ impl AttestedTlsServer {
193193
let remote_attestation_type = remote_attestation_message.attestation_type;
194194

195195
// If we expect an attestaion from the client, verify it and get measurements
196-
let measurements = if self.attestation_verifier.has_remote_attestion() {
196+
let measurements = if self.attestation_verifier.has_remote_attestation() {
197197
let remote_input_data = compute_report_input(remote_cert_chain.as_deref(), exporter)?;
198198

199199
self.attestation_verifier
@@ -745,7 +745,7 @@ mod tests {
745745
let attestation_verifier = AttestationVerifier {
746746
measurement_policy,
747747
pccs_url: None,
748-
log_dcap_quote: false,
748+
dump_dcap_quotes: false,
749749
override_azure_outdated_tcb: false,
750750
};
751751

0 commit comments

Comments
 (0)