summaryrefslogtreecommitdiffstats
path: root/crypto/asn1
diff options
context:
space:
mode:
authorDr. Stephen Henson <steve@openssl.org>2009-01-28 12:35:10 +0000
committerDr. Stephen Henson <steve@openssl.org>2009-01-28 12:35:10 +0000
commit1f35508ae6bc5cb37d27e2ecbde8a1bb819e3346 (patch)
treede09b5c449ee0dd5bc1ce1b65759e928daa94d25 /crypto/asn1
parent3e2a74c2948172a7c274869c0ab30e53417227ee (diff)
Support NumericString for name components.
Diffstat (limited to 'crypto/asn1')
-rw-r--r--crypto/asn1/asn1.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/crypto/asn1/asn1.h b/crypto/asn1/asn1.h
index 424cd348bb..f06d942503 100644
--- a/crypto/asn1/asn1.h
+++ b/crypto/asn1/asn1.h
@@ -612,6 +612,7 @@ typedef struct BIT_STRING_BITNAME_st {
B_ASN1_GENERALIZEDTIME
#define B_ASN1_PRINTABLE \
+ B_ASN1_NUMERICSTRING| \
B_ASN1_PRINTABLESTRING| \
B_ASN1_T61STRING| \
B_ASN1_IA5STRING| \