Skip to content

Commit 3043b80

Browse files
committed
[skip ci] ciphers to unigned short *
1 parent baa4f2f commit 3043b80

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/ngx_http_lua_ssl_client_helloby.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -708,7 +708,7 @@ ngx_http_lua_ffi_ssl_get_client_hello_ext_present(ngx_http_request_t *r,
708708

709709

710710
int ngx_http_lua_ffi_ssl_get_client_hello_ciphers(ngx_http_request_t *r,
711-
int **ciphers, size_t *cipherslen, char **err)
711+
unsigned short **ciphers, size_t *cipherslen, char **err)
712712
{
713713
ngx_ssl_conn_t *ssl_conn;
714714
size_t ciphersuites_length;

0 commit comments

Comments
 (0)