Commit 4ff71d67 authored by Rich Salz's avatar Rich Salz
Browse files

Revert "Add padding spaces before printing algo."



Some test files need to be updated.
This reverts commit 26a374a2.

Reviewed-by: default avatarTim Hudson <tjh@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/4745)
parent 26a374a2
Loading
Loading
Loading
Loading
+0 −3
Original line number Diff line number Diff line
@@ -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;
    }