aboutsummaryrefslogtreecommitdiff
path: root/src/http/ngx_http_script.h
diff options
context:
space:
mode:
authorMaxim Dounin <mdounin@mdounin.ru>2021-05-06 02:22:09 +0300
committerMaxim Dounin <mdounin@mdounin.ru>2021-05-06 02:22:09 +0300
commitc7de65228f798c3c5391370fcd2d10032aa6eaf8 (patch)
treede6045ed738551e1ba548a25a304e4d4f062c8aa /src/http/ngx_http_script.h
parenta6bce8c2274c971d4d61b78e002857d1ec69a901 (diff)
downloadnginx-c7de65228f798c3c5391370fcd2d10032aa6eaf8.tar.gz
nginx-c7de65228f798c3c5391370fcd2d10032aa6eaf8.zip
Upstream: variables support in certificates.
Diffstat (limited to 'src/http/ngx_http_script.h')
-rw-r--r--src/http/ngx_http_script.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/http/ngx_http_script.h b/src/http/ngx_http_script.h
index a6b345e2d..43600383c 100644
--- a/src/http/ngx_http_script.h
+++ b/src/http/ngx_http_script.h
@@ -216,6 +216,8 @@ size_t ngx_http_complex_value_size(ngx_http_request_t *r,
ngx_int_t ngx_http_compile_complex_value(ngx_http_compile_complex_value_t *ccv);
char *ngx_http_set_complex_value_slot(ngx_conf_t *cf, ngx_command_t *cmd,
void *conf);
+char *ngx_http_set_complex_value_zero_slot(ngx_conf_t *cf, ngx_command_t *cmd,
+ void *conf);
char *ngx_http_set_complex_value_size_slot(ngx_conf_t *cf, ngx_command_t *cmd,
void *conf);