summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniel Stenberg <daniel@haxx.se>2016-11-23 23:11:38 +0100
committerDaniel Stenberg <daniel@haxx.se>2016-11-23 23:11:38 +0100
commit8f018740490324e9f17eb06ffc6ba847a1a01ad7 (patch)
tree1b09e7288022969f842bc70eb366600fce770703
parent5ef09a00dc71ca9034c4b5378da9110b189a375f (diff)
downloadcurl-HTTPS-proxy.tar.gz
openssl: remove dead codeHTTPS-proxy
Coverity CID 1394666
-rw-r--r--lib/vtls/openssl.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/vtls/openssl.c b/lib/vtls/openssl.c
index 465d1bef6..f6dd529b0 100644
--- a/lib/vtls/openssl.c
+++ b/lib/vtls/openssl.c
@@ -2097,7 +2097,7 @@ static CURLcode ossl_connect_step1(struct connectdata *conn, int sockindex)
X509_STORE_set_flags(SSL_CTX_get_cert_store(connssl->ctx),
X509_V_FLAG_CRL_CHECK|X509_V_FLAG_CRL_CHECK_ALL);
}
- infof(data, " CRLfile: %s\n", ssl_crlfile ? ssl_crlfile: "none");
+ infof(data, " CRLfile: %s\n", ssl_crlfile);
}
/* Try building a chain using issuers in the trusted store first to avoid