diff options
| author | Igor Sysoev <igor@sysoev.ru> | 2009-07-23 12:21:26 +0000 |
|---|---|---|
| committer | Igor Sysoev <igor@sysoev.ru> | 2009-07-23 12:21:26 +0000 |
| commit | 9db0245cda7748bd31608a8d83c98cb82e0bdbf2 (patch) | |
| tree | f28217033018732f2c33c06bda66cca96afc5f1c /src/http/modules/ngx_http_ssl_module.h | |
| parent | 5b4b7c58ccb1c11f1154db06f515982ae989f6f0 (diff) | |
| download | nginx-9db0245cda7748bd31608a8d83c98cb82e0bdbf2.tar.gz nginx-9db0245cda7748bd31608a8d83c98cb82e0bdbf2.tar.bz2 | |
ssl_crl
Diffstat (limited to 'src/http/modules/ngx_http_ssl_module.h')
| -rw-r--r-- | src/http/modules/ngx_http_ssl_module.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/http/modules/ngx_http_ssl_module.h b/src/http/modules/ngx_http_ssl_module.h index da7f04736..29eedc8ae 100644 --- a/src/http/modules/ngx_http_ssl_module.h +++ b/src/http/modules/ngx_http_ssl_module.h @@ -33,6 +33,7 @@ typedef struct { ngx_str_t certificate_key; ngx_str_t dhparam; ngx_str_t client_certificate; + ngx_str_t crl; ngx_str_t ciphers; |
