summaryrefslogtreecommitdiffstats
path: root/crypto/x509/t_req.c
diff options
context:
space:
mode:
Diffstat (limited to 'crypto/x509/t_req.c')
-rw-r--r--crypto/x509/t_req.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/crypto/x509/t_req.c b/crypto/x509/t_req.c
index 2fcc43e88e..515a874311 100644
--- a/crypto/x509/t_req.c
+++ b/crypto/x509/t_req.c
@@ -140,6 +140,7 @@ int X509_REQ_print_ex(BIO *bp, X509_REQ *x, unsigned long nmflags,
switch (type) {
case V_ASN1_PRINTABLESTRING:
case V_ASN1_T61STRING:
+ case V_ASN1_NUMERICSTRING:
case V_ASN1_UTF8STRING:
case V_ASN1_IA5STRING:
if (BIO_write(bp, (char *)bs->data, bs->length)