提交 079e00e6 编写于 作者: D Dr. Stephen Henson

Typo: just copy across an unknown type.

上级 5871ddb0
...@@ -400,6 +400,7 @@ static int asn1_string_canon(ASN1_STRING *out, ASN1_STRING *in) ...@@ -400,6 +400,7 @@ static int asn1_string_canon(ASN1_STRING *out, ASN1_STRING *in)
out->type = in->type; out->type = in->type;
if (!ASN1_STRING_set(out, in->data, in->length)) if (!ASN1_STRING_set(out, in->data, in->length))
return 0; return 0;
return 1;
} }
out->type = V_ASN1_UTF8STRING; out->type = V_ASN1_UTF8STRING;
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册