Skip to content

tclserv_1.9.2_nossl.c.diff

wilk edited this page Sep 14, 2022 · 1 revision

tclserv.c

This is a modification for Eggdrop 1.9.2 only.

Changes:

  • fixes compilation error if OpenSSL is not found
@@ -533,0 +534 @@
+#ifdef TLS
@@ -534,0 +536,3 @@
+#else
+      snprintf(s, sizeof s, "%s%d", "", z->port);
+#endif
Clone this wiki locally