diff options
author | George Hazan <ghazan@miranda.im> | 2021-06-07 20:48:09 +0300 |
---|---|---|
committer | George Hazan <ghazan@miranda.im> | 2021-06-07 20:48:09 +0300 |
commit | c763e0be7221cc055d61eec9d30c1ff8a4a0fc32 (patch) | |
tree | 683a7d9bfd947c90b9a23e1082adde217edfd6d0 /protocols/Gadu-Gadu/src/gg.cpp | |
parent | a3aa7b7d951120525ed510e8da0fcdf58e6beb54 (diff) |
fixes #2912 (Drop WinCrypto API support)
Diffstat (limited to 'protocols/Gadu-Gadu/src/gg.cpp')
-rw-r--r-- | protocols/Gadu-Gadu/src/gg.cpp | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/protocols/Gadu-Gadu/src/gg.cpp b/protocols/Gadu-Gadu/src/gg.cpp index cb5bda1bc6..1ac8dae385 100644 --- a/protocols/Gadu-Gadu/src/gg.cpp +++ b/protocols/Gadu-Gadu/src/gg.cpp @@ -24,7 +24,6 @@ #include <errno.h>
// Other variables
-SSL_API sslApi;
CMPlugin g_plugin;
static unsigned long crc_table[256];
@@ -203,9 +202,6 @@ void GaduProto::cleanuplastplugin(DWORD version) //
static int gg_modulesloaded(WPARAM, LPARAM)
{
- // Get SSL API
- mir_getSI(&sslApi);
-
// File Association Manager support
gg_links_init();
|