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

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

Merge "KeyMint: add separator for debugging output" into main

parents 695f0260 f3a4bea6
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -2024,7 +2024,7 @@ AssertionResult ChainSignaturesAreValid(const vector<Certificate>& chain,
        }
    }

    if (KeyMintAidlTestBase::dump_Attestations) std::cout << cert_data.str();
    if (KeyMintAidlTestBase::dump_Attestations) std::cout << "cert chain:\n" << cert_data.str();
    return AssertionSuccess();
}