Commit 446a6a8a authored by Dr. Stephen Henson's avatar Dr. Stephen Henson
Browse files

PR: 2103

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

Initialise atm.flags to 0.
parent 320d3fd6
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -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;