summaryrefslogtreecommitdiff
path: root/csgo-loader/csgo-server/Security/Encryption.cpp
diff options
context:
space:
mode:
authorboris <wzn@moneybot.cc>2019-01-02 17:46:05 +1300
committerboris <wzn@moneybot.cc>2019-01-02 17:46:05 +1300
commitd1ec3d3bb3a87a08e1c9348ca6e482549ebde664 (patch)
treeb1b4d86bdc9e9c83a02e2ad3258a61674421eb07 /csgo-loader/csgo-server/Security/Encryption.cpp
parent16b4fd429ecaf259c4e2bd7307431f3c855812e8 (diff)
fixed bug and idk
i really dont wanna work on this anymore holy fuck
Diffstat (limited to 'csgo-loader/csgo-server/Security/Encryption.cpp')
-rw-r--r--csgo-loader/csgo-server/Security/Encryption.cpp2
1 files changed, 1 insertions, 1 deletions
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;
}
}