ssl_ok in ircd.{h,c}
This commit is contained in:
parent
cd7082fb1f
commit
c72690d81d
|
@ -110,5 +110,6 @@ extern int testing_conf;
|
|||
extern struct ev_entry *check_splitmode_ev;
|
||||
|
||||
extern int maxconnections;
|
||||
extern int ssl_ok;
|
||||
|
||||
#endif
|
||||
|
|
|
@ -79,6 +79,7 @@ extern struct LocalUser meLocalUser;
|
|||
extern char **myargv;
|
||||
|
||||
int maxconnections; /* XXX */
|
||||
int ssl_ok = 0;
|
||||
|
||||
/*
|
||||
* print_startup - print startup information
|
||||
|
|
Loading…
Reference in New Issue