提交 527497a7 编写于 作者: R Richard Levitte

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.
上级 32d21c1e
...@@ -756,7 +756,7 @@ int X509_cmp_time(ASN1_TIME *ctm, time_t *cmp_time) ...@@ -756,7 +756,7 @@ int X509_cmp_time(ASN1_TIME *ctm, time_t *cmp_time)
{ {
char *str; char *str;
ASN1_TIME atm; ASN1_TIME atm;
time_t offset; long offset;
char buff1[24],buff2[24],*p; char buff1[24],buff2[24],*p;
int i,j; int i,j;
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册