summaryrefslogtreecommitdiff
path: root/src/http/modules/ngx_http_ssl_module.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/http/modules/ngx_http_ssl_module.h')
-rw-r--r--src/http/modules/ngx_http_ssl_module.h5
1 files changed, 0 insertions, 5 deletions
diff --git a/src/http/modules/ngx_http_ssl_module.h b/src/http/modules/ngx_http_ssl_module.h
index bf6036634..acb0aeeb5 100644
--- a/src/http/modules/ngx_http_ssl_module.h
+++ b/src/http/modules/ngx_http_ssl_module.h
@@ -14,11 +14,6 @@
typedef struct {
- ngx_str_t engine;
-} ngx_http_ssl_main_conf_t;
-
-
-typedef struct {
ngx_flag_t enable;
ngx_str_t certificate;
ngx_str_t certificate_key;