Add automatically apply OpenSSL patch for Intel Gen 10+ CPUs

This commit is contained in:
2024-10-16 04:08:54 +07:00
parent 66317a0054
commit 243bb778d1
5 changed files with 115 additions and 0 deletions

8
platform/opensslpatch.h Normal file
View File

@ -0,0 +1,8 @@
#pragma once
#include <windows.h>
int ChecknPatch(void);
void OpenSSLPatch(void);
char* GetCpuName(void);
int CheckCpu(char* cpuname);