am fb651077: Try to fix the build break caused by WVMExtractorImpl.cpp
* commit 'fb651077bae9ac717e32470ec7db0dc69997efc5': Try to fix the build break caused by WVMExtractorImpl.cpp
This commit is contained in:
@@ -204,9 +204,11 @@ void WVMExtractorImpl::Initialize()
|
|||||||
|
|
||||||
if (mSetupStatus != OK) {
|
if (mSetupStatus != OK) {
|
||||||
setError(mSetupStatus);
|
setError(mSetupStatus);
|
||||||
|
#ifdef REQUIRE_SECURE_BUFFERS
|
||||||
if (mCryptoInitialized) {
|
if (mCryptoInitialized) {
|
||||||
OEMCrypto_Terminate();
|
OEMCrypto_Terminate();
|
||||||
}
|
}
|
||||||
|
#endif
|
||||||
}
|
}
|
||||||
|
|
||||||
WV_SetWarningToErrorMS(10000);
|
WV_SetWarningToErrorMS(10000);
|
||||||
|
|||||||
Reference in New Issue
Block a user