Return 2 from X509_NAME printing routine to add newline.
authorDr. Stephen Henson <steve@openssl.org>
Thu, 1 Sep 2005 18:02:51 +0000 (18:02 +0000)
committerDr. Stephen Henson <steve@openssl.org>
Thu, 1 Sep 2005 18:02:51 +0000 (18:02 +0000)
crypto/asn1/x_name.c

index 7f4e39bcf4a153fb935dd8de55cc28da047571b1..8701c54114b784148a358b13c592c4c80fb9f696 100644 (file)
@@ -268,7 +268,7 @@ static int x509_name_ex_print(BIO *out, ASN1_VALUE **pval,
        if (X509_NAME_print_ex(out, (X509_NAME *)*pval,
                                        indent, pctx->nm_flags) <= 0)
                return 0;
-       return 1;
+       return 2;
        }