mirror of
https://github.com/unrealircd/unrealircd.git
synced 2026-07-10 19:43:13 +02:00
3-2beta13
This commit is contained in:
+4
-1
@@ -76,6 +76,8 @@ struct zConfiguration {
|
||||
#ifdef USE_SSL
|
||||
char *x_server_cert_pem;
|
||||
char *x_server_key_pem;
|
||||
char *trusted_ca_file;
|
||||
long ssl_options;
|
||||
#endif
|
||||
aNetwork network;
|
||||
};
|
||||
@@ -129,4 +131,5 @@ extern aConfiguration iConf;
|
||||
#define CLOAK_KEY2 iConf.network.key2
|
||||
#define CLOAK_KEY3 iConf.network.key3
|
||||
#define CLOAK_KEYCRC iConf.network.keycrc
|
||||
#define STATIC_QUIT iConf.static_quit
|
||||
#define STATIC_QUIT iConf.static_quit
|
||||
|
||||
|
||||
Reference in New Issue
Block a user