From 9f8785ae5e5d99d6476af1a8efda321c1b92733e Mon Sep 17 00:00:00 2001 From: Valentin Bartenev Date: Mon, 16 Jun 2014 19:43:25 +0400 Subject: SSL: the "ssl_password_file" directive. --- src/mail/ngx_mail_ssl_module.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/mail/ngx_mail_ssl_module.h') diff --git a/src/mail/ngx_mail_ssl_module.h b/src/mail/ngx_mail_ssl_module.h index bef0e515a..987d029ef 100644 --- a/src/mail/ngx_mail_ssl_module.h +++ b/src/mail/ngx_mail_ssl_module.h @@ -39,6 +39,8 @@ typedef struct { ngx_str_t ciphers; + ngx_array_t *passwords; + ngx_shm_zone_t *shm_zone; ngx_flag_t session_tickets; -- cgit