Ooops forgot to recognise V_ASN1_GENERALSTRING.

This commit is contained in:
Dr. Stephen Henson 2003-02-20 17:13:21 +00:00
parent 542a1b1a2e
commit 8214e74f76

View File

@ -722,6 +722,7 @@ static ASN1_TYPE *asn1_str2type(const char *str, int format, int utype)
case V_ASN1_UTF8STRING:
case V_ASN1_VISIBLESTRING:
case V_ASN1_UNIVERSALSTRING:
case V_ASN1_GENERALSTRING:
if (format == ASN1_GEN_FORMAT_ASCII)
format = MBSTRING_ASC;