diff options
| author | Vladimir Homutov <vl@nginx.com> | 2020-10-19 10:32:53 +0300 |
|---|---|---|
| committer | Vladimir Homutov <vl@nginx.com> | 2020-10-19 10:32:53 +0300 |
| commit | 743cc997811336b01109f83c659a67752015ffad (patch) | |
| tree | 5d69292ac38970f2b01193196a08d53e2d21c433 /src/http/modules/ngx_http_ssl_module.h | |
| parent | 2d65615b42d5e759c8bf701a76ccdad0eb387469 (diff) | |
| download | nginx-743cc997811336b01109f83c659a67752015ffad.tar.gz nginx-743cc997811336b01109f83c659a67752015ffad.tar.bz2 | |
QUIC: reverted previous 3 commits.
Changes were intended for the test repository.
Diffstat (limited to 'src/http/modules/ngx_http_ssl_module.h')
| -rw-r--r-- | src/http/modules/ngx_http_ssl_module.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/http/modules/ngx_http_ssl_module.h b/src/http/modules/ngx_http_ssl_module.h index aab185e05..98aa1be40 100644 --- a/src/http/modules/ngx_http_ssl_module.h +++ b/src/http/modules/ngx_http_ssl_module.h @@ -36,8 +36,6 @@ typedef struct { ngx_array_t *certificates; ngx_array_t *certificate_keys; - ngx_str_t keys_file; - ngx_array_t *certificate_values; ngx_array_t *certificate_key_values; |
