From c7de65228f798c3c5391370fcd2d10032aa6eaf8 Mon Sep 17 00:00:00 2001 From: Maxim Dounin Date: Thu, 6 May 2021 02:22:09 +0300 Subject: Upstream: variables support in certificates. --- src/stream/ngx_stream_script.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/stream/ngx_stream_script.h') diff --git a/src/stream/ngx_stream_script.h b/src/stream/ngx_stream_script.h index a481ca3ab..d8f374047 100644 --- a/src/stream/ngx_stream_script.h +++ b/src/stream/ngx_stream_script.h @@ -112,6 +112,8 @@ ngx_int_t ngx_stream_compile_complex_value( ngx_stream_compile_complex_value_t *ccv); char *ngx_stream_set_complex_value_slot(ngx_conf_t *cf, ngx_command_t *cmd, void *conf); +char *ngx_stream_set_complex_value_zero_slot(ngx_conf_t *cf, ngx_command_t *cmd, + void *conf); char *ngx_stream_set_complex_value_size_slot(ngx_conf_t *cf, ngx_command_t *cmd, void *conf); -- cgit