summaryrefslogtreecommitdiffstats
path: root/crypto/rsa/rsa_ameth.c
diff options
context:
space:
mode:
authorDavid von Oheimb <David.von.Oheimb@siemens.com>2018-01-29 16:54:40 +0100
committerMatt Caswell <matt@openssl.org>2019-03-18 18:17:55 +0100
commita4c467c96aeae3d52e2f16b8b829749ed6c55fe7 (patch)
tree1cd7cb1f417d3b1fc086de5ddcdf91c9ead38fc5 /crypto/rsa/rsa_ameth.c
parentAdd generic EVP method fetcher (diff)
downloadopenssl-a4c467c96aeae3d52e2f16b8b829749ed6c55fe7.tar.xz
openssl-a4c467c96aeae3d52e2f16b8b829749ed6c55fe7.zip
remove needless empty lines when printing certificates
Reviewed-by: Richard Levitte <levitte@openssl.org> Reviewed-by: Matt Caswell <matt@openssl.org> (Merged from https://github.com/openssl/openssl/pull/6226)
Diffstat (limited to 'crypto/rsa/rsa_ameth.c')
-rw-r--r--crypto/rsa/rsa_ameth.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/crypto/rsa/rsa_ameth.c b/crypto/rsa/rsa_ameth.c
index c6ae8a4535..139415e60e 100644
--- a/crypto/rsa/rsa_ameth.c
+++ b/crypto/rsa/rsa_ameth.c
@@ -447,7 +447,7 @@ static int rsa_sig_print(BIO *bp, const X509_ALGOR *sigalg,
RSA_PSS_PARAMS_free(pss);
if (!rv)
return 0;
- } else if (!sig && BIO_puts(bp, "\n") <= 0) {
+ } else if (BIO_puts(bp, "\n") <= 0) {
return 0;
}
if (sig)