comparison src/stream/ngx_stream_ssl_module.c @ 6606:2f41d383c9c7

Stream: added preconfiguration step.
author Vladimir Homutov <vl@nginx.com>
date Wed, 15 Jun 2016 15:10:24 +0300
parents 04d8d1f85649
children 85e7bcb37d6b
comparison
equal deleted inserted replaced
6605:f379b32e4733 6606:2f41d383c9c7
130 ngx_null_command 130 ngx_null_command
131 }; 131 };
132 132
133 133
134 static ngx_stream_module_t ngx_stream_ssl_module_ctx = { 134 static ngx_stream_module_t ngx_stream_ssl_module_ctx = {
135 NULL, /* preconfiguration */
135 NULL, /* postconfiguration */ 136 NULL, /* postconfiguration */
136 137
137 NULL, /* create main configuration */ 138 NULL, /* create main configuration */
138 NULL, /* init main configuration */ 139 NULL, /* init main configuration */
139 140