diff src/http/modules/ngx_http_ssl_module.h @ 2224:109849282793

*) listen ssl *) no default ssl_cetificate and ssl_cetificate_key
author Igor Sysoev <igor@sysoev.ru>
date Mon, 01 Sep 2008 14:19:01 +0000
parents 9697407e9ecb
children cc07d164f0dc
line wrap: on
line diff
--- a/src/http/modules/ngx_http_ssl_module.h	Mon Sep 01 14:05:20 2008 +0000
+++ b/src/http/modules/ngx_http_ssl_module.h	Mon Sep 01 14:19:01 2008 +0000
@@ -37,6 +37,9 @@
     ngx_str_t                       ciphers;
 
     ngx_shm_zone_t                 *shm_zone;
+
+    u_char                         *file;
+    ngx_uint_t                      line;
 } ngx_http_ssl_srv_conf_t;