summaryrefslogtreecommitdiff
path: root/structures.h
diff options
context:
space:
mode:
Diffstat (limited to 'structures.h')
-rw-r--r--structures.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/structures.h b/structures.h
index 86f83b7..727640e 100644
--- a/structures.h
+++ b/structures.h
@@ -77,6 +77,7 @@ struct settings {
char conffile[PATH_MAX];
char certfile[PATH_MAX];
char keyfile[PATH_MAX];
+ int sslseclevel; // OpenSSL security level, -1 is treated as "unset"
int clienttls;
int servertls;
char basedir[PATH_MAX];