Remove the extra call to OEMCrypto_GenerateNonce
The extra call to OEMCrypto_GenerateNonce is not needed. And it would also lead to failure when the fuzzers are linked with the OPK serialization layer. Bug: 324666282 Change-Id: I43941fd5ee1f15f7106e6f0be2b65dce206225cf
This commit is contained in:
committed by
Robert Shih
parent
52b7965226
commit
65abd1deb7
@@ -46,7 +46,6 @@ void SessionFuzz::Terminate() {
|
||||
void OEMCryptoLicenseAPIFuzz::Initialize() {
|
||||
session_fuzz_.Initialize();
|
||||
session_fuzz_.InstallTestDrmKey();
|
||||
session_fuzz_.session().GenerateNonce();
|
||||
}
|
||||
|
||||
void OEMCryptoLicenseAPIFuzz::Terminate() {
|
||||
|
||||
Reference in New Issue
Block a user