Explorar el Código

* Include ssl_use even if SSL is not compiled in

Bryan Drewery hace 15 años
padre
commit
0550f58ae2
Se han modificado 1 ficheros con 1 adiciones y 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
  */