summaryrefslogtreecommitdiff
path: root/src/config.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/config.h')
-rw-r--r--src/config.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/config.h b/src/config.h
index dad9737..41d8c41 100644
--- a/src/config.h
+++ b/src/config.h
@@ -10,6 +10,10 @@ struct config {
char *export_dir;
char *tcp_addr;
int tcp_enabled;
+ char *tls_addr;
+ int tls_enabled;
+ char *tls_cert;
+ char *tls_key;
int log_level;
int allow_org_create;
int audit_reads;