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

Commit 9985cdb9 authored by David Drysdale's avatar David Drysdale Committed by Automerger Merge Worker
Browse files

Merge "Make batch attestation keys/certs optional" into main am: 61c9ab4d

parents ce3ffbc5 61c9ab4d
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,