Skip to content

Commit 11b554b

Browse files
committed
fix: missing arugment in cdef
1 parent 5103cd7 commit 11b554b

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

lib/resty/core/socket.lua

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,8 @@ int
5555
ngx_http_lua_ffi_socket_tcp_sslhandshake(ngx_http_request_t *r,
5656
ngx_http_lua_socket_tcp_upstream_t *u, void *sess,
5757
int enable_session_reuse, ngx_str_t *server_name, int verify,
58-
int ocsp_status_req, void *chain, void *pkey, char **errmsg);
58+
int ocsp_status_req, void *chain, void *pkey, ngx_str_t *alpn,
59+
char **errmsg);
5960

6061
int
6162
ngx_http_lua_ffi_socket_tcp_get_sslhandshake_result(ngx_http_request_t *r,

0 commit comments

Comments
 (0)