mirror of
https://github.com/curl/curl.git
synced 2026-04-22 07:02:11 +03:00
openssl: remove dead code
Coverity CID 1394666
This commit is contained in:
parent
c6da05a5ec
commit
74ffa040a4
1 changed files with 1 additions and 1 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue