We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 17aced2 commit f2a14e9Copy full SHA for f2a14e9
src/ngx_http_auth_jwt_module.c
@@ -22,7 +22,7 @@ static void * ngx_http_auth_jwt_create_loc_conf(ngx_conf_t *cf);
22
static char * ngx_http_auth_jwt_merge_loc_conf(ngx_conf_t *cf, void *parent, void *child);
23
static int hex_char_to_binary( char ch, char* ret );
24
static int hex_to_binary( const char* str, u_char* buf, int len );
25
-static char * ngx_str_t_to_char_ptr(ngx_pool_t *pool, ngx_str_t *str);
+static char * ngx_str_t_to_char_ptr(ngx_pool_t *pool, ngx_str_t str);
26
27
static ngx_command_t ngx_http_auth_jwt_commands[] = {
28
0 commit comments