From c763e0be7221cc055d61eec9d30c1ff8a4a0fc32 Mon Sep 17 00:00:00 2001 From: George Hazan Date: Mon, 7 Jun 2021 20:48:09 +0300 Subject: fixes #2912 (Drop WinCrypto API support) --- protocols/Gadu-Gadu/src/gg.cpp | 4 ---- 1 file changed, 4 deletions(-) (limited to 'protocols/Gadu-Gadu/src/gg.cpp') 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 // 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(); -- cgit v1.2.3