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:35 +00:00
parent 2156704924
commit 5e8d95f590

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;