summaryrefslogtreecommitdiffstats
path: root/crypto/x509/t_x509.c
diff options
context:
space:
mode:
authorRich Salz <rsalz@openssl.org>2017-11-15 18:26:22 -0500
committerRich Salz <rsalz@openssl.org>2017-11-15 18:26:22 -0500
commit4ff71d6740adde74acfa7d017fc2257be831caf3 (patch)
treec3879b67351cc43c7e61a671386ca7eeddd90799 /crypto/x509/t_x509.c
parent26a374a271dabd49f3fa7f43a74e05d34aca010e (diff)
Revert "Add padding spaces before printing algo."
Some test files need to be updated. This reverts commit 26a374a271dabd49f3fa7f43a74e05d34aca010e. Reviewed-by: Tim Hudson <tjh@openssl.org> (Merged from https://github.com/openssl/openssl/pull/4745)
Diffstat (limited to 'crypto/x509/t_x509.c')
-rw-r--r--crypto/x509/t_x509.c3
1 files changed, 0 insertions, 3 deletions
diff --git a/crypto/x509/t_x509.c b/crypto/x509/t_x509.c
index 2ad7e63900..ba6f9196d2 100644
--- a/crypto/x509/t_x509.c
+++ b/crypto/x509/t_x509.c
@@ -119,9 +119,6 @@ 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;
}