Explorar o código

* Include ssl_use even if SSL is not compiled in

Bryan Drewery %!s(int64=15) %!d(string=hai) anos
pai
achega
0550f58ae2
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      src/net.c

+ 1 - 1
src/net.c

@@ -86,8 +86,8 @@ port_t firewallport = 1080;    /* Default port of Sock4/5 firewalls        */
 #ifdef EGG_SSL_EXT
 SSL_CTX *ssl_ctx = NULL;
 char	*tls_rand_file = NULL;
-int     ssl_use = 0; /* kyotou */
 #endif
+int     ssl_use = 0; /* kyotou */
 
 /* I need an UNSIGNED long for dcc type stuff
  */