Skip to content

Commit 57ec47c

Browse files
committed
Revert "bugfix: append new parameters to ngx_http_lua_ffi_ssl_verify_client at function end."
This reverts commit d7eadfb.
1 parent f7e8278 commit 57ec47c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/ngx_http_lua_ssl_certby.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1469,7 +1469,7 @@ ngx_http_lua_ssl_verify_callback(int ok, X509_STORE_CTX *x509_store)
14691469

14701470
int
14711471
ngx_http_lua_ffi_ssl_verify_client(ngx_http_request_t *r, void *client_certs,
1472-
int depth, char **err, void *trusted_certs)
1472+
void *trusted_certs, int depth, char **err)
14731473
{
14741474
#ifdef LIBRESSL_VERSION_NUMBER
14751475

0 commit comments

Comments
 (0)