summaryrefslogtreecommitdiffstats
path: root/crypto/asn1/asn1_gen.c
diff options
context:
space:
mode:
authorDr. Stephen Henson <steve@openssl.org>2003-02-11 14:06:27 +0000
committerDr. Stephen Henson <steve@openssl.org>2003-02-11 14:06:27 +0000
commita8f5b2ed50f0aedc618d0364fa5b517b50216f48 (patch)
tree16ab71020452a697b878ba7cf86e8d12b7443734 /crypto/asn1/asn1_gen.c
parent33075f229ed85825ee3ec3bb5f231f1a692e7868 (diff)
GeneralString support in mini-ASN1 compiler
Diffstat (limited to 'crypto/asn1/asn1_gen.c')
-rw-r--r--crypto/asn1/asn1_gen.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/crypto/asn1/asn1_gen.c b/crypto/asn1/asn1_gen.c
index 097b4b8ecf..3d9d2ce07b 100644
--- a/crypto/asn1/asn1_gen.c
+++ b/crypto/asn1/asn1_gen.c
@@ -578,6 +578,8 @@ static int asn1_str2tag(const char *tagstr, int len)
ASN1_GEN_STR("T61", V_ASN1_T61STRING),
ASN1_GEN_STR("T61STRING", V_ASN1_T61STRING),
ASN1_GEN_STR("TELETEXSTRING", V_ASN1_T61STRING),
+ ASN1_GEN_STR("GeneralString", V_ASN1_GENERALSTRING),
+ ASN1_GEN_STR("GENSTR", V_ASN1_GENERALSTRING),
/* Special cases */
ASN1_GEN_STR("SEQUENCE", V_ASN1_SEQUENCE),