diff options
| author | Jung-uk Kim <jkim@FreeBSD.org> | 2016-09-22 13:04:03 +0000 | 
|---|---|---|
| committer | Jung-uk Kim <jkim@FreeBSD.org> | 2016-09-22 13:04:03 +0000 | 
| commit | e1b483878d9824c63d376895da633b0b96fbbaed (patch) | |
| tree | 0846e185ed4cc1159a684e408e772c86ae0fc1a7 /crypto/asn1/t_req.c | |
| parent | 57f1256b1a087adbdf8e5c080dd9ed7975de939a (diff) | |
Diffstat (limited to 'crypto/asn1/t_req.c')
| -rw-r--r-- | crypto/asn1/t_req.c | 1 | 
1 files changed, 1 insertions, 0 deletions
| diff --git a/crypto/asn1/t_req.c b/crypto/asn1/t_req.c index 024553ab196fe..70aba4cc3b3bb 100644 --- a/crypto/asn1/t_req.c +++ b/crypto/asn1/t_req.c @@ -196,6 +196,7 @@ int X509_REQ_print_ex(BIO *bp, X509_REQ *x, unsigned long nmflags,                  if (BIO_puts(bp, ":") <= 0)                      goto err;                  if ((type == V_ASN1_PRINTABLESTRING) || +                    (type == V_ASN1_UTF8STRING) ||                      (type == V_ASN1_T61STRING) ||                      (type == V_ASN1_IA5STRING)) {                      if (BIO_write(bp, (char *)bs->data, bs->length) | 
