From f6119b76d73b9cdff3cbfd902675a36bcacbcd48 Mon Sep 17 00:00:00 2001 From: Marius Halden Date: Sun, 8 Nov 2015 08:58:37 +0100 Subject: Start adding ssl support --- conf.h | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'conf.h') diff --git a/conf.h b/conf.h index cd600775..e504f637 100644 --- a/conf.h +++ b/conf.h @@ -55,6 +55,11 @@ typedef struct conf { char *ft_listen; char **protocols; char *cafile; +#ifdef WITH_GNUTLS + int ssl; + char *ssl_cert; + char *ssl_key; +#endif } conf_t; G_GNUC_MALLOC conf_t *conf_load(int argc, char *argv[]); -- cgit v1.2.3