mirror of
https://github.com/curl/curl.git
synced 2026-07-28 10:13:08 +03:00
indent
This commit is contained in:
parent
d896613c23
commit
b49e10de57
1 changed files with 2 additions and 2 deletions
|
|
@ -801,8 +801,8 @@ CURLcode Curl_verify_certificate(struct Curl_cfilter *cf,
|
|||
|
||||
#ifndef UNDER_CE
|
||||
if(result == CURLE_OK &&
|
||||
(conn_config->CAfile || conn_config->ca_info_blob) &&
|
||||
BACKEND->use_manual_cred_validation) {
|
||||
(conn_config->CAfile || conn_config->ca_info_blob) &&
|
||||
BACKEND->use_manual_cred_validation) {
|
||||
/*
|
||||
* Create a chain engine that uses the certificates in the CA file as
|
||||
* trusted certificates. This is only supported on Windows 7+.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue