mirror of
https://github.com/openssl/openssl.git
synced 2025-02-23 14:42:15 +08:00
Add padding spaces before printing algo.
CLA: trivial Reviewed-by: Paul Dale <paul.dale@oracle.com> Reviewed-by: Rich Salz <rsalz@openssl.org> Reviewed-by: Rich Salz <tjh@openssl.org> (Merged from https://github.com/openssl/openssl/pull/1513)
This commit is contained in:
parent
4ff71d6740
commit
e6cccb5f05
@ -119,6 +119,9 @@ int X509_print_ex(BIO *bp, X509 *x, unsigned long nmflags,
|
||||
|
||||
if (!(cflag & X509_FLAG_NO_SIGNAME)) {
|
||||
const X509_ALGOR *tsig_alg = X509_get0_tbs_sigalg(x);
|
||||
|
||||
if (BIO_puts(bp, " ") <= 0)
|
||||
goto err;
|
||||
if (X509_signature_print(bp, tsig_alg, NULL) <= 0)
|
||||
goto err;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user