Skip to content

Commit ac9bd5a

Browse files
authored
Update ngx_http_hmac_secure_link_module.c
1 parent a6e07b6 commit ac9bd5a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ngx_http_hmac_secure_link_module.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -124,7 +124,7 @@ ngx_http_secure_link_variable(ngx_http_request_t *r,
124124
u_char hash_buf[EVP_MAX_MD_SIZE], hmac_buf[EVP_MAX_MD_SIZE];
125125
u_int hmac_len;
126126
time_t timestamp, expires, gmtoff;
127-
ngx_int_t year, month, mday, hour, min, sec, gmtoff_hour, gmtoff_min;
127+
int_t year, month, mday, hour, min, sec, gmtoff_hour, gmtoff_min;
128128
char gmtoff_sign;
129129

130130
conf = ngx_http_get_module_loc_conf(r, ngx_http_hmac_secure_link_module);

0 commit comments

Comments
 (0)