Skip to content

Commit

Permalink
sdk/rust: update CcReport to support the latest structure
Browse files Browse the repository at this point in the history
Signed-off-by: Xiaocheng Dong <xiaocheng.dong@intel.com>
  • Loading branch information
dongx1x committed Apr 22, 2024
1 parent 1a3ef6d commit eb3fb9d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions sdk/rust/ccnp/src/sdk.rs
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,7 @@ impl CCTrustedApi for API {
Ok(CcReport {
cc_report: response.cc_report,
cc_type: ccnp_service_client.get_tee_type_by_value(&response.cc_type),
..Default::default()
})
}

Expand Down

0 comments on commit eb3fb9d

Please sign in to comment.