]> jfr.im git - solanum.git/blobdiff - include/ircd.h
ircd: do not shadow internal openssl symbol "ssl_ok" (yeah, i know)
[solanum.git] / include / ircd.h
index 48e901eb8d4cf2dff98b1ca0493983404e02e691..96ee6bc60988e26ef375dde01e5f78e998582141 100644 (file)
@@ -99,8 +99,8 @@ extern int testing_conf;
 
 extern struct ev_entry *check_splitmode_ev;
 
-extern bool ssl_ok;
-extern bool zlib_ok;
+extern bool ircd_ssl_ok;
+extern bool ircd_zlib_ok;
 extern int maxconnections;
 
 void ircd_shutdown(const char *reason);