]> jfr.im git - solanum.git/blobdiff - modules/m_starttls.c
ircd: do not shadow internal openssl symbol "ssl_ok" (yeah, i know)
[solanum.git] / modules / m_starttls.c
index fba20e7da58ec19c3bfd36ac77ff6d4a53aded42..67f31d15428e63286e2f1b2056aa8733476e8290 100644 (file)
@@ -75,7 +75,7 @@ mr_starttls(struct MsgBuf *msgbuf_p, struct Client *client_p, struct Client *sou
                return;
        }
 
-       if (!ssl_ok || !get_ssld_count())
+       if (!ircd_ssl_ok || !get_ssld_count())
        {
                sendto_one_numeric(client_p, ERR_STARTTLS, form_str(ERR_STARTTLS), "TLS is not configured");
                return;