From c72690d81dc1c08d4d96239d9f69042c1e4f64a1 Mon Sep 17 00:00:00 2001 From: Valery Yatsko Date: Wed, 2 Apr 2008 14:29:18 +0400 Subject: [PATCH] ssl_ok in ircd.{h,c} --- include/ircd.h | 1 + src/ircd.c | 1 + 2 files changed, 2 insertions(+) diff --git a/include/ircd.h b/include/ircd.h index 6f2a5ae..fd08c0a 100644 --- a/include/ircd.h +++ b/include/ircd.h @@ -110,5 +110,6 @@ extern int testing_conf; extern struct ev_entry *check_splitmode_ev; extern int maxconnections; +extern int ssl_ok; #endif diff --git a/src/ircd.c b/src/ircd.c index 6ad6f61..935b342 100644 --- a/src/ircd.c +++ b/src/ircd.c @@ -79,6 +79,7 @@ extern struct LocalUser meLocalUser; extern char **myargv; int maxconnections; /* XXX */ +int ssl_ok = 0; /* * print_startup - print startup information