Update from 1.0.0-stable.

This commit is contained in:
Dr. Stephen Henson 2009-07-11 21:43:50 +00:00
parent c55d27ac33
commit 6e0c9e6008

View File

@ -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;