mirror of
https://github.com/Evolution-X/hardware_interfaces
synced 2026-02-01 21:37:44 +00:00
Merge "Make batch attestation keys/certs optional" into main
This commit is contained in:
@@ -86,7 +86,7 @@ pub fn build_ta() -> kmr_ta::KeyMintTa {
|
||||
));
|
||||
let dev = Implementation {
|
||||
keys,
|
||||
sign_info: Box::new(sign_info),
|
||||
sign_info: Some(Box::new(sign_info)),
|
||||
// HAL populates attestation IDs from properties.
|
||||
attest_ids: None,
|
||||
sdd_mgr: None,
|
||||
|
||||
Reference in New Issue
Block a user