comparison src/mail/ngx_mail_ssl_module.c @ 3516:dd1570b6f237

ngx_str_set() and ngx_str_null()
author Igor Sysoev <igor@sysoev.ru>
date Fri, 14 May 2010 09:56:37 +0000
parents b7e68ee09e0c
children 1e90599af73b
comparison
equal deleted inserted replaced
3515:76d252724db5 3516:dd1570b6f237
161 * 161 *
162 * scf->protocols = 0; 162 * scf->protocols = 0;
163 * scf->certificate = { 0, NULL }; 163 * scf->certificate = { 0, NULL };
164 * scf->certificate_key = { 0, NULL }; 164 * scf->certificate_key = { 0, NULL };
165 * scf->dhparam = { 0, NULL }; 165 * scf->dhparam = { 0, NULL };
166 * scf->ciphers.len = 0; 166 * scf->ciphers = { 0, NULL };
167 * scf->ciphers.data = NULL;
168 * scf->shm_zone = NULL; 167 * scf->shm_zone = NULL;
169 */ 168 */
170 169
171 scf->enable = NGX_CONF_UNSET; 170 scf->enable = NGX_CONF_UNSET;
172 scf->starttls = NGX_CONF_UNSET_UINT; 171 scf->starttls = NGX_CONF_UNSET_UINT;