summaryrefslogtreecommitdiffstats
path: root/options.h
diff options
context:
space:
mode:
Diffstat (limited to 'options.h')
-rw-r--r--options.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/options.h b/options.h
index 14d6bf5..1770bc8 100644
--- a/options.h
+++ b/options.h
@@ -385,10 +385,9 @@ struct options
int max_clients;
int max_routes_per_client;
- bool client_cert_not_required;
- bool username_as_common_name;
const char *auth_user_pass_verify_script;
bool auth_user_pass_verify_script_via_file;
+ unsigned int ssl_flags; /* set to SSLF_x flags from ssl.h */
#if PORT_SHARE
char *port_share_host;
int port_share_port;