mirror of
https://github.com/nginx/nginx.git
synced 2026-06-26 11:52:00 +00:00
fix building by MSVC8
This commit is contained in:
parent
5ef370df40
commit
2ac565faf0
1 changed files with 1 additions and 1 deletions
|
|
@ -182,7 +182,7 @@ ngx_mail_ssl_create_conf(ngx_conf_t *cf)
|
|||
*/
|
||||
|
||||
scf->enable = NGX_CONF_UNSET;
|
||||
scf->starttls = NGX_CONF_UNSET;
|
||||
scf->starttls = NGX_CONF_UNSET_UINT;
|
||||
scf->prefer_server_ciphers = NGX_CONF_UNSET;
|
||||
scf->builtin_session_cache = NGX_CONF_UNSET;
|
||||
scf->session_timeout = NGX_CONF_UNSET;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue