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/mail/ngx_mail_ssl_module.h | |
| parent | e61ba26744d404a83eba0bf560b6697c453e6705 (diff) | |
| download | nginx-f39642a90798af3c61de6e74b8da6cad96a9f159.tar.gz nginx-f39642a90798af3c61de6e74b8da6cad96a9f159.tar.bz2 | |
ECDHE support
patch by Adrian Kotelba
Diffstat (limited to 'src/mail/ngx_mail_ssl_module.h')
| -rw-r--r-- | src/mail/ngx_mail_ssl_module.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/mail/ngx_mail_ssl_module.h b/src/mail/ngx_mail_ssl_module.h index b27da41d9..61a275b36 100644 --- a/src/mail/ngx_mail_ssl_module.h +++ b/src/mail/ngx_mail_ssl_module.h @@ -34,6 +34,7 @@ typedef struct { ngx_str_t certificate; ngx_str_t certificate_key; ngx_str_t dhparam; + ngx_str_t ecdh_curve; ngx_str_t ciphers; |
