Return 2 from X509_NAME printing routine to add newline.
This commit is contained in:
parent
9194296de8
commit
5abe32d861
1 changed files with 1 additions and 1 deletions
|
@ -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;
|
||||
}
|
||||
|
||||
|
||||
|
|
Loading…
Reference in a new issue