Skip to content

Commit

Permalink
Update ngx_http_hmac_secure_link_module.c
Browse files Browse the repository at this point in the history
  • Loading branch information
denji authored Nov 15, 2018
1 parent a6e07b6 commit ac9bd5a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ngx_http_hmac_secure_link_module.c
Original file line number Diff line number Diff line change
Expand Up @@ -124,7 +124,7 @@ ngx_http_secure_link_variable(ngx_http_request_t *r,
u_char hash_buf[EVP_MAX_MD_SIZE], hmac_buf[EVP_MAX_MD_SIZE];
u_int hmac_len;
time_t timestamp, expires, gmtoff;
ngx_int_t year, month, mday, hour, min, sec, gmtoff_hour, gmtoff_min;
int_t year, month, mday, hour, min, sec, gmtoff_hour, gmtoff_min;
char gmtoff_sign;

conf = ngx_http_get_module_loc_conf(r, ngx_http_hmac_secure_link_module);
Expand Down

0 comments on commit ac9bd5a

Please sign in to comment.