mirror of
https://github.com/openssl/openssl.git
synced 2025-01-30 14:01:55 +08:00
Update from 1.0.0-stable.
This commit is contained in:
parent
c55d27ac33
commit
6e0c9e6008
@ -180,6 +180,7 @@ int ASN1_TIME_set_string(ASN1_TIME *s, const char *str)
|
|||||||
|
|
||||||
t.length = strlen(str);
|
t.length = strlen(str);
|
||||||
t.data = (unsigned char *)str;
|
t.data = (unsigned char *)str;
|
||||||
|
t.flags = 0;
|
||||||
|
|
||||||
t.type = V_ASN1_UTCTIME;
|
t.type = V_ASN1_UTCTIME;
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user