summaryrefslogtreecommitdiffstats
path: root/crypto/asn1/a_time.c
diff options
context:
space:
mode:
authorDr. Stephen Henson <steve@openssl.org>2009-07-11 21:43:50 +0000
committerDr. Stephen Henson <steve@openssl.org>2009-07-11 21:43:50 +0000
commit6e0c9e6008d3ee4503d2efba25448634ef70787f (patch)
treedcdef80b47e5cda3e9dca2ea108b9c5436e0db4c /crypto/asn1/a_time.c
parentc55d27ac3356e562d852da7cd3b7f20d9cdde51a (diff)
Update from 1.0.0-stable.
Diffstat (limited to 'crypto/asn1/a_time.c')
-rw-r--r--crypto/asn1/a_time.c1
1 files changed, 1 insertions, 0 deletions
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;