mirror of
https://github.com/nginx/nginx.git
synced 2026-09-03 20:53:04 -05:00
Secure link: style
This commit is contained in:
committed by
sbhowmik
parent
126cb16e3d
commit
b23fdb91ee
@@ -102,8 +102,8 @@ ngx_http_secure_link_variable(ngx_http_request_t *r,
|
||||
ngx_http_variable_value_t *v, uintptr_t data)
|
||||
{
|
||||
u_char *p, *last;
|
||||
ngx_str_t val, hash;
|
||||
time_t expires;
|
||||
ngx_str_t val, hash;
|
||||
ngx_md5_t md5;
|
||||
ngx_http_secure_link_ctx_t *ctx;
|
||||
ngx_http_secure_link_conf_t *conf;
|
||||
@@ -203,8 +203,8 @@ ngx_http_secure_link_old_variable(ngx_http_request_t *r,
|
||||
u_char *p, *start, *end, *last;
|
||||
size_t len;
|
||||
ngx_int_t n;
|
||||
ngx_uint_t i;
|
||||
ngx_md5_t md5;
|
||||
ngx_uint_t i;
|
||||
u_char hash[16];
|
||||
|
||||
p = &r->unparsed_uri.data[1];
|
||||
|
||||
Reference in New Issue
Block a user