summaryrefslogtreecommitdiffstats
path: root/include/config.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/config.h')
-rw-r--r--include/config.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/include/config.h b/include/config.h
index 9455c2b..d42a1bf 100644
--- a/include/config.h
+++ b/include/config.h
@@ -1,6 +1,7 @@
#ifndef GMNISRV_CONFIG
#define GMNISRV_CONFIG
#include <arpa/inet.h>
+#include <openssl/x509.h>
struct gmnisrv_tls {
char *store;
@@ -11,6 +12,7 @@ struct gmnisrv_tls {
struct gmnisrv_host {
char *hostname;
char *root;
+ SSL_CTX *ssl_ctx;
struct gmnisrv_host *next;
};