diff options
author | Igor Sysoev <igor@sysoev.ru> | 2011-07-20 15:42:40 +0000 |
---|---|---|
committer | Igor Sysoev <igor@sysoev.ru> | 2011-07-20 15:42:40 +0000 |
commit | f39642a90798af3c61de6e74b8da6cad96a9f159 (patch) | |
tree | f6cdf4512134bd66bfffa26cc30537a656316e3a /src/http/modules/ngx_http_ssl_module.h | |
parent | e61ba26744d404a83eba0bf560b6697c453e6705 (diff) | |
download | nginx-f39642a90798af3c61de6e74b8da6cad96a9f159.tar.gz nginx-f39642a90798af3c61de6e74b8da6cad96a9f159.zip |
ECDHE support
patch by Adrian Kotelba
Diffstat (limited to 'src/http/modules/ngx_http_ssl_module.h')
-rw-r--r-- | src/http/modules/ngx_http_ssl_module.h | 1 |
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 29eedc8ae..0a5dd1d8d 100644 --- a/src/http/modules/ngx_http_ssl_module.h +++ b/src/http/modules/ngx_http_ssl_module.h @@ -32,6 +32,7 @@ typedef struct { ngx_str_t certificate; ngx_str_t certificate_key; ngx_str_t dhparam; + ngx_str_t ecdh_curve; ngx_str_t client_certificate; ngx_str_t crl; |