ssl_ok in ircd.{h,c}

This commit is contained in:
Valery Yatsko 2008-04-02 14:29:18 +04:00
parent cd7082fb1f
commit c72690d81d
2 changed files with 2 additions and 0 deletions

View File

@ -110,5 +110,6 @@ extern int testing_conf;
extern struct ev_entry *check_splitmode_ev;
extern int maxconnections;
extern int ssl_ok;
#endif

View File

@ -79,6 +79,7 @@ extern struct LocalUser meLocalUser;
extern char **myargv;
int maxconnections; /* XXX */
int ssl_ok = 0;
/*
* print_startup - print startup information