aboutsummaryrefslogtreecommitdiff
path: root/src/stream/ngx_stream_ssl_module.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/stream/ngx_stream_ssl_module.h')
-rw-r--r--src/stream/ngx_stream_ssl_module.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/stream/ngx_stream_ssl_module.h b/src/stream/ngx_stream_ssl_module.h
index 6f6d9aec3..ef3142716 100644
--- a/src/stream/ngx_stream_ssl_module.h
+++ b/src/stream/ngx_stream_ssl_module.h
@@ -53,6 +53,10 @@ typedef struct {
ngx_flag_t session_tickets;
ngx_array_t *session_ticket_keys;
+
+ ngx_uint_t ocsp;
+ ngx_str_t ocsp_responder;
+ ngx_shm_zone_t *ocsp_cache_zone;
} ngx_stream_ssl_srv_conf_t;