From 0c644f1462a68e3a3169c2a977321cfb85c3601e Mon Sep 17 00:00:00 2001 From: "Dr. Stephen Henson" Date: Sat, 11 Jul 2009 21:42:47 +0000 Subject: [PATCH] PR: 1985 Submitted by: Artem Chuprina Approved by: steve@openssl.org Initialise flags. --- crypto/asn1/a_time.c | 1 + 1 file changed, 1 insertion(+) diff --git a/crypto/asn1/a_time.c b/crypto/asn1/a_time.c index 7be158da26..e2eb9b243e 100644 --- a/crypto/asn1/a_time.c +++ b/crypto/asn1/a_time.c @@ -180,6 +180,7 @@ int ASN1_TIME_set_string(ASN1_TIME *s, const char *str) t.length = strlen(str); t.data = (unsigned char *)str; + t.flags = 0; t.type = V_ASN1_UTCTIME; -- 2.25.1