summaryrefslogtreecommitdiffstats
path: root/include/config.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/config.h')
-rw-r--r--include/config.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/config.h b/include/config.h
index f893b20..071c253 100644
--- a/include/config.h
+++ b/include/config.h
@@ -38,6 +38,7 @@ struct gmnisrv_host {
char *hostname;
X509 *x509;
EVP_PKEY *pkey;
+ STACK_OF(X509) *chain;
struct gmnisrv_route *routes;