From d1ec3d3bb3a87a08e1c9348ca6e482549ebde664 Mon Sep 17 00:00:00 2001 From: boris Date: Wed, 2 Jan 2019 17:46:05 +1300 Subject: fixed bug and idk i really dont wanna work on this anymore holy fuck --- csgo-loader/csgo-server/Security/Encryption.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'csgo-loader/csgo-server/Security/Encryption.cpp') diff --git a/csgo-loader/csgo-server/Security/Encryption.cpp b/csgo-loader/csgo-server/Security/Encryption.cpp index b42b4ab..e9195e5 100644 --- a/csgo-loader/csgo-server/Security/Encryption.cpp +++ b/csgo-loader/csgo-server/Security/Encryption.cpp @@ -570,7 +570,7 @@ namespace Wrapper { if(!CryptAcquireContextA(&m_CryptProvider, nullptr, nullptr, PROV_RSA_AES, CRYPT_NEWKEYSET)) { - printf("Failed to initialise encryption provider.\n"); + printf("[ E! ] Failed to initialise encryption provider (%08x).\n", GetLastError()); return; } } -- cgit v1.2.3