mirror of
https://github.com/dashr9230/SA-MP.git
synced 2024-12-22 06:29:53 +08:00
[saco] Add ms_hAdvApi32 variable to CCryptoContext
This commit is contained in:
parent
98041c3628
commit
16f92725a7
@ -8,6 +8,7 @@ DWORD CCryptoContext::ms_dwRefCount = 0;
|
||||
DWORD CCryptoContext::ms_dwProviderType = PROV_RSA_FULL;
|
||||
LPTSTR CCryptoContext::ms_szProviderName = NULL;
|
||||
LPTSTR CCryptoContext::ms_szContainerName = (LPTSTR)"SAMP";
|
||||
HMODULE CCryptoContext::ms_hAdvApi32 = NULL;
|
||||
|
||||
//------------------------------------
|
||||
|
||||
|
@ -11,6 +11,8 @@ private:
|
||||
static LPTSTR ms_szProviderName;
|
||||
static LPTSTR ms_szContainerName;
|
||||
|
||||
static HMODULE ms_hAdvApi32;
|
||||
|
||||
HCRYPTPROV m_hCryptProv;
|
||||
|
||||
public:
|
||||
|
Loading…
Reference in New Issue
Block a user