Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 61c9ab4d authored by David Drysdale's avatar David Drysdale Committed by Gerrit Code Review
Browse files

Merge "Make batch attestation keys/certs optional" into main

parents f02c7e0b fe5f33a6
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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,