diff options
Diffstat (limited to 'conf.h')
-rw-r--r-- | conf.h | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -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[]); |