Sfoglia il codice sorgente

* Include ssl_use even if SSL is not compiled in

Bryan Drewery 15 anni fa
parent
commit
0550f58ae2
1 ha cambiato i file con 1 aggiunte e 1 eliminazioni
  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
  */