diff --git a/src/ngx_http_lua_kong_module.c b/src/ngx_http_lua_kong_module.c index 5381959e..b0676c62 100644 --- a/src/ngx_http_lua_kong_module.c +++ b/src/ngx_http_lua_kong_module.c @@ -640,7 +640,7 @@ ngx_http_lua_kong_ffi_set_upstream_ssl_trusted_store(ngx_http_request_t *r, int ngx_http_lua_kong_ffi_set_upstream_ssl_verify(ngx_http_request_t *r, - int verify, int depth) + int verify) { ngx_http_lua_kong_ctx_t *ctx;