From: Dr. Stephen Henson Date: Sat, 11 Jul 2009 21:43:50 +0000 (+0000) Subject: Update from 1.0.0-stable. X-Git-Tag: OpenSSL-fips-2_0-rc1~1602 X-Git-Url: https://git.openssl.org/?p=openssl.git;a=commitdiff_plain;h=6e0c9e6008d3ee4503d2efba25448634ef70787f Update from 1.0.0-stable. --- 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;