From fa69887e52201eb348f1bfbecf72bdab5c57bd9c Mon Sep 17 00:00:00 2001 From: Drew DeVault Date: Thu, 24 Sep 2020 19:58:34 -0400 Subject: Implement TLS exchange with clients This probably leaves a bit to be desired tbh --- include/config.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'include/config.h') diff --git a/include/config.h b/include/config.h index 495db3a..83253f7 100644 --- a/include/config.h +++ b/include/config.h @@ -7,12 +7,12 @@ struct gmnisrv_tls { char *store; char *organization; char *email; + SSL_CTX *ssl_ctx; }; struct gmnisrv_host { char *hostname; char *root; - SSL_CTX *ssl_ctx; X509 *x509; EVP_PKEY *pkey; struct gmnisrv_host *next; -- cgit v1.2.3