comparison 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
comparison
equal deleted inserted replaced
2223:005fc65f7ce7 2224:109849282793
35 ngx_str_t client_certificate; 35 ngx_str_t client_certificate;
36 36
37 ngx_str_t ciphers; 37 ngx_str_t ciphers;
38 38
39 ngx_shm_zone_t *shm_zone; 39 ngx_shm_zone_t *shm_zone;
40
41 u_char *file;
42 ngx_uint_t line;
40 } ngx_http_ssl_srv_conf_t; 43 } ngx_http_ssl_srv_conf_t;
41 44
42 45
43 extern ngx_module_t ngx_http_ssl_module; 46 extern ngx_module_t ngx_http_ssl_module;
44 47