aboutsummaryrefslogtreecommitdiff
path: root/src/http/modules/ngx_http_ssl_module.h
diff options
context:
space:
mode:
authorIgor Sysoev <igor@sysoev.ru>2008-06-16 05:51:32 +0000
committerIgor Sysoev <igor@sysoev.ru>2008-06-16 05:51:32 +0000
commitdf83e6f81a53f5d61fe06100f9150cd1dc61e4a2 (patch)
tree5eb5e1968a69f8f39a4f988721c984362d3d6855 /src/http/modules/ngx_http_ssl_module.h
parentb0780752b00dea6aca3bc4f6d19d69e0382b2ad3 (diff)
downloadnginx-df83e6f81a53f5d61fe06100f9150cd1dc61e4a2.tar.gz
nginx-df83e6f81a53f5d61fe06100f9150cd1dc61e4a2.zip
DH parameters, ssl_dhparam
Diffstat (limited to 'src/http/modules/ngx_http_ssl_module.h')
-rw-r--r--src/http/modules/ngx_http_ssl_module.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/http/modules/ngx_http_ssl_module.h b/src/http/modules/ngx_http_ssl_module.h
index 1ef1ffe0f..74bf6e56e 100644
--- a/src/http/modules/ngx_http_ssl_module.h
+++ b/src/http/modules/ngx_http_ssl_module.h
@@ -31,6 +31,7 @@ typedef struct {
ngx_str_t certificate;
ngx_str_t certificate_key;
+ ngx_str_t dhparam;
ngx_str_t client_certificate;
ngx_str_t ciphers;