We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4fb510f commit e73cd4bCopy full SHA for e73cd4b
src/ngx_http_lua_ssl.h
@@ -12,6 +12,8 @@
12
13
14
#if (NGX_HTTP_SSL)
15
+
16
17
typedef struct {
18
ngx_connection_t *connection; /* original true connection */
19
ngx_http_request_t *request; /* fake request */
@@ -31,7 +33,6 @@ typedef struct {
31
33
unsigned entered_cert_handler:1;
32
34
unsigned entered_sess_fetch_handler:1;
35
} ngx_http_lua_ssl_ctx_t;
-#endif
36
37
38
ngx_int_t ngx_http_lua_ssl_init(ngx_log_t *log);
@@ -40,4 +41,7 @@ ngx_int_t ngx_http_lua_ssl_init(ngx_log_t *log);
40
41
extern int ngx_http_lua_ssl_ctx_index;
42
43
44
+#endif
45
46
47
#endif /* _NGX_HTTP_LUA_SSL_H_INCLUDED_ */
0 commit comments