projects
/
oweals
/
openssl.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
542a1b1
)
Ooops forgot to recognise V_ASN1_GENERALSTRING.
author
Dr. Stephen Henson
<steve@openssl.org>
Thu, 20 Feb 2003 17:13:21 +0000
(17:13 +0000)
committer
Dr. Stephen Henson
<steve@openssl.org>
Thu, 20 Feb 2003 17:13:21 +0000
(17:13 +0000)
crypto/asn1/asn1_gen.c
patch
|
blob
|
history
diff --git
a/crypto/asn1/asn1_gen.c
b/crypto/asn1/asn1_gen.c
index c162042a0cc12310a29be68be74917895fb28e8d..c035cc0f5ddc0175e5e75638fbd268c2739ebd55 100644
(file)
--- a/
crypto/asn1/asn1_gen.c
+++ b/
crypto/asn1/asn1_gen.c
@@
-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;