diff options
author | Valentin Bartenev <vbart@nginx.com> | 2014-06-16 19:43:25 +0400 |
---|---|---|
committer | Valentin Bartenev <vbart@nginx.com> | 2014-06-16 19:43:25 +0400 |
commit | 9f8785ae5e5d99d6476af1a8efda321c1b92733e (patch) | |
tree | a7feabd79b087381b502ce5d4122da270e1f87a3 /src/http/modules/ngx_http_ssl_module.h | |
parent | 3d167cd42eeae6f147106fce74c2aeeff21b948b (diff) | |
download | nginx-9f8785ae5e5d99d6476af1a8efda321c1b92733e.tar.gz nginx-9f8785ae5e5d99d6476af1a8efda321c1b92733e.zip |
SSL: the "ssl_password_file" directive.
Diffstat (limited to 'src/http/modules/ngx_http_ssl_module.h')
-rw-r--r-- | src/http/modules/ngx_http_ssl_module.h | 2 |
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 ec2c62f6f..8e69e9e4d 100644 --- a/src/http/modules/ngx_http_ssl_module.h +++ b/src/http/modules/ngx_http_ssl_module.h @@ -42,6 +42,8 @@ typedef struct { ngx_str_t ciphers; + ngx_array_t *passwords; + ngx_shm_zone_t *shm_zone; ngx_flag_t session_tickets; |