From d32f66f1e8dc81a0edbadbacf74191684a653d09 Mon Sep 17 00:00:00 2001 From: Roman Arutyunyan Date: Thu, 8 Jun 2023 14:49:27 +0400 Subject: SSL: removed the "ssl" directive. It has been deprecated since 7270:46c0c7ef4913 (1.15.0) in favour of the "ssl" parameter of the "listen" directive, which has been available since 2224:109849282793 (0.7.14). --- src/http/modules/ngx_http_ssl_module.h | 5 ----- 1 file changed, 5 deletions(-) (limited to 'src/http/modules/ngx_http_ssl_module.h') diff --git a/src/http/modules/ngx_http_ssl_module.h b/src/http/modules/ngx_http_ssl_module.h index 7ab0f7eae..c69c8ffd2 100644 --- a/src/http/modules/ngx_http_ssl_module.h +++ b/src/http/modules/ngx_http_ssl_module.h @@ -15,8 +15,6 @@ typedef struct { - ngx_flag_t enable; - ngx_ssl_t ssl; ngx_flag_t prefer_server_ciphers; @@ -64,9 +62,6 @@ typedef struct { ngx_flag_t stapling_verify; ngx_str_t stapling_file; ngx_str_t stapling_responder; - - u_char *file; - ngx_uint_t line; } ngx_http_ssl_srv_conf_t; -- cgit