diff options
Diffstat (limited to 'src/common/hexchat.c')
-rw-r--r-- | src/common/hexchat.c | 14 |
1 files changed, 0 insertions, 14 deletions
diff --git a/src/common/hexchat.c b/src/common/hexchat.c index 09afa445..fde6d108 100644 --- a/src/common/hexchat.c +++ b/src/common/hexchat.c @@ -55,11 +55,6 @@ #include <glib-object.h> /* for g_type_init() */ #endif -#ifdef USE_OPENSSL -#include <openssl/ssl.h> /* SSL_() */ -#include "ssl.h" -#endif - #ifdef USE_MSPROXY #include "msproxy.h" #endif @@ -118,10 +113,6 @@ struct session *current_tab; struct session *current_sess = 0; struct hexchatprefs prefs; -#ifdef USE_OPENSSL -SSL_CTX *ctx = NULL; -#endif - #ifdef USE_LIBPROXY pxProxyFactory *libproxy_factory; #endif @@ -1114,11 +1105,6 @@ main (int argc, char *argv[]) px_proxy_factory_free(libproxy_factory); #endif -#ifdef USE_OPENSSL - if (ctx) - _SSL_context_free (ctx); -#endif - #ifdef WIN32 WSACleanup (); #endif |