ngx_str_set() and ngx_str_null()

This commit is contained in:
Igor Sysoev
2010-05-14 09:56:37 +00:00
parent 328df7a5cc
commit 05b1a8f1e3
37 changed files with 133 additions and 278 deletions

View File

@@ -314,8 +314,7 @@ ngx_http_ssl_create_srv_conf(ngx_conf_t *cf)
* sscf->dhparam = { 0, NULL };
* sscf->client_certificate = { 0, NULL };
* sscf->crl = { 0, NULL };
* sscf->ciphers.len = 0;
* sscf->ciphers.data = NULL;
* sscf->ciphers = { 0, NULL };
* sscf->shm_zone = NULL;
*/