A variable of type time_t is supposed to be a time measurement starting at
Epoch. offset isn't such a measurement, so let's stop pretend it is.
This commit is contained in:
parent
9989dd6171
commit
0f277581ef
1 changed files with 1 additions and 1 deletions
|
@ -567,7 +567,7 @@ int X509_cmp_time(ASN1_TIME *ctm, time_t *cmp_time)
|
|||
{
|
||||
char *str;
|
||||
ASN1_TIME atm;
|
||||
time_t offset;
|
||||
long offset;
|
||||
char buff1[24],buff2[24],*p;
|
||||
int i,j;
|
||||
|
||||
|
|
Loading…
Reference in a new issue