mirror of
https://github.com/curl/curl.git
synced 2026-05-01 09:27:55 +03:00
openssl: fix indent
This commit is contained in:
parent
89756e87ee
commit
2cc1c93f45
1 changed files with 1 additions and 1 deletions
|
|
@ -1294,7 +1294,7 @@ int cert_stuff(struct Curl_easy *data,
|
|||
/* SSL_CTX_use_certificate_chain_file() only works on PEM files */
|
||||
cert_use_result = cert_blob ?
|
||||
SSL_CTX_use_certificate_chain_blob(ctx, cert_blob, key_passwd) :
|
||||
SSL_CTX_use_certificate_chain_file(ctx, cert_file);
|
||||
SSL_CTX_use_certificate_chain_file(ctx, cert_file);
|
||||
if(cert_use_result != 1) {
|
||||
failf(data,
|
||||
"could not load PEM client certificate from %s, " OSSL_PACKAGE
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue