comparison src/http/modules/ngx_http_ssl_module.h @ 541:b09ee85d0ac8 release-0.1.45

nginx-0.1.45-RELEASE import *) Change: the "ssl_engine" directive was canceled in the ngx_http_ssl_module and now is introduced at global level. *) Bugfix: the responses with SSI subrequests did not transferred via SSL connection. *) Various bug fixes in the IMAP/POP3 proxy.
author Igor Sysoev <igor@sysoev.ru>
date Thu, 08 Sep 2005 14:36:09 +0000
parents d4ea69372b94
children 818fbd4750b9
comparison
equal deleted inserted replaced
540:983c48ab79bb 541:b09ee85d0ac8
9 9
10 10
11 #include <ngx_config.h> 11 #include <ngx_config.h>
12 #include <ngx_core.h> 12 #include <ngx_core.h>
13 #include <ngx_http.h> 13 #include <ngx_http.h>
14
15
16 typedef struct {
17 ngx_str_t engine;
18 } ngx_http_ssl_main_conf_t;
19 14
20 15
21 typedef struct { 16 typedef struct {
22 ngx_flag_t enable; 17 ngx_flag_t enable;
23 ngx_str_t certificate; 18 ngx_str_t certificate;