Merge "Change an ASSERT to an EXPECT" into nyc-dev
This commit is contained in:
committed by
Android (Google) Code Review
commit
45eeeed444
@@ -3389,7 +3389,7 @@ class OEMCryptoLoadsCertificateAlternates : public OEMCryptoLoadsCertificate {
|
||||
&signature_length, scheme);
|
||||
}
|
||||
|
||||
ASSERT_NE(OEMCrypto_SUCCESS, sts)
|
||||
EXPECT_NE(OEMCrypto_SUCCESS, sts)
|
||||
<< "Signed with forbidden padding scheme=" << (int)scheme
|
||||
<< ", size=" << (int)size;
|
||||
vector<uint8_t> zero(signature_length, 0);
|
||||
|
||||
Reference in New Issue
Block a user