提交 446a6a8a 编写于 作者: D Dr. Stephen Henson

PR: 2103

Submitted by: Rob Austein <sra@hactrn.net>
Approved by: steve@openssl.org

Initialise atm.flags to 0.
上级 320d3fd6
...@@ -1727,6 +1727,7 @@ int X509_cmp_time(const ASN1_TIME *ctm, time_t *cmp_time) ...@@ -1727,6 +1727,7 @@ int X509_cmp_time(const ASN1_TIME *ctm, time_t *cmp_time)
offset= -offset; offset= -offset;
} }
atm.type=ctm->type; atm.type=ctm->type;
atm.flags = 0;
atm.length=sizeof(buff2); atm.length=sizeof(buff2);
atm.data=(unsigned char *)buff2; atm.data=(unsigned char *)buff2;
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册