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

Initialise atm.flags to 0.
This commit is contained in:
Dr. Stephen Henson 2009-11-17 13:25:53 +00:00
parent 320d3fd6af
commit 446a6a8af7

View File

@ -1727,6 +1727,7 @@ int X509_cmp_time(const ASN1_TIME *ctm, time_t *cmp_time)
offset= -offset;
}
atm.type=ctm->type;
atm.flags = 0;
atm.length=sizeof(buff2);
atm.data=(unsigned char *)buff2;