Move algorithm specific print code from crypto/asn1/t_pkey.c to separate
[oweals/openssl.git] / 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;
        }