aboutsummaryrefslogtreecommitdiff
path: root/src/http/modules/ngx_http_ssl_module.h
diff options
context:
space:
mode:
authorVladimir Homutov <vl@nginx.com>2020-09-15 22:44:46 +0300
committerVladimir Homutov <vl@nginx.com>2020-09-15 22:44:46 +0300
commite8277e42241a848b63d4af2a05ceec156642690c (patch)
treea7bc92fc89a377820de13ef4b2b99dbafbc28c68 /src/http/modules/ngx_http_ssl_module.h
parent26102d7ad77f4aefa12744027778e2f2c8412201 (diff)
downloadnginx-e8277e42241a848b63d4af2a05ceec156642690c.tar.gz
nginx-e8277e42241a848b63d4af2a05ceec156642690c.zip
SSL: added the "ssl_keys_file" directive.
Diffstat (limited to 'src/http/modules/ngx_http_ssl_module.h')
-rw-r--r--src/http/modules/ngx_http_ssl_module.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/http/modules/ngx_http_ssl_module.h b/src/http/modules/ngx_http_ssl_module.h
index 98aa1be40..aab185e05 100644
--- a/src/http/modules/ngx_http_ssl_module.h
+++ b/src/http/modules/ngx_http_ssl_module.h
@@ -36,6 +36,8 @@ typedef struct {
ngx_array_t *certificates;
ngx_array_t *certificate_keys;
+ ngx_str_t keys_file;
+
ngx_array_t *certificate_values;
ngx_array_t *certificate_key_values;