aboutsummaryrefslogtreecommitdiff
path: root/src/http/modules/ngx_http_ssl_module.h
diff options
context:
space:
mode:
authorIgor Sysoev <igor@sysoev.ru>2008-09-01 14:19:01 +0000
committerIgor Sysoev <igor@sysoev.ru>2008-09-01 14:19:01 +0000
commitf100c7816dd910907597f716bf561f3361f88e1a (patch)
treec11cc9167bc57ab241789c2956811854c4f33ac6 /src/http/modules/ngx_http_ssl_module.h
parent0c16f73b4e376439a3fb6ae71e45b997cba9e971 (diff)
downloadnginx-f100c7816dd910907597f716bf561f3361f88e1a.tar.gz
nginx-f100c7816dd910907597f716bf561f3361f88e1a.zip
*) listen ssl
*) no default ssl_cetificate and ssl_cetificate_key
Diffstat (limited to 'src/http/modules/ngx_http_ssl_module.h')
-rw-r--r--src/http/modules/ngx_http_ssl_module.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/http/modules/ngx_http_ssl_module.h b/src/http/modules/ngx_http_ssl_module.h
index 2322d90c1..da7f04736 100644
--- a/src/http/modules/ngx_http_ssl_module.h
+++ b/src/http/modules/ngx_http_ssl_module.h
@@ -37,6 +37,9 @@ typedef struct {
ngx_str_t ciphers;
ngx_shm_zone_t *shm_zone;
+
+ u_char *file;
+ ngx_uint_t line;
} ngx_http_ssl_srv_conf_t;