Revert: Add automatically apply OpenSSL patch for Intel Gen 10+ CPUs

This commit is contained in:
2024-12-27 14:12:58 +00:00
parent 96bf8cab81
commit 0c28765bdd
8 changed files with 0 additions and 130 deletions

View File

@ -14,7 +14,6 @@
#include "platform/platform.h"
#include "platform/vfs.h"
#include "platform/system.h"
#include "platform/opensslpatch.h"
HRESULT platform_hook_init(
const struct platform_config *cfg,
@ -29,12 +28,6 @@ HRESULT platform_hook_init(
assert(platform_id != NULL);
assert(redir_mod != NULL);
hr = openssl_patch_apply(&cfg->openssl);
if (FAILED(hr)) {
return hr;
}
hr = amvideo_hook_init(&cfg->amvideo, redir_mod);
if (FAILED(hr)) {