fix building by MSVC8

This commit is contained in:
Igor Sysoev 2009-04-27 11:33:34 +00:00
parent 5ef370df40
commit 2ac565faf0

View File

@ -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;