Skip to content

Commit

Permalink
fix(tls) remove depth param in ffi_set_upstream_ssl_verify (#24)
Browse files Browse the repository at this point in the history
  • Loading branch information
chronolaw authored Jan 28, 2022
1 parent 383ba41 commit cc6ab1d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/ngx_http_lua_kong_module.c
Original file line number Diff line number Diff line change
Expand Up @@ -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;

Expand Down

0 comments on commit cc6ab1d

Please sign in to comment.