diff src/mail/ngx_mail_ssl_module.h @ 5744:42114bf12da0

SSL: the "ssl_password_file" directive.
author Valentin Bartenev <vbart@nginx.com>
date Mon, 16 Jun 2014 19:43:25 +0400
parents d049b0ea00a3
children ec01b1d1fff1
line wrap: on
line diff
--- 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;