mirror of
https://github.com/curl/curl.git
synced 2026-05-03 05:37:51 +03:00
tidy-up: spelling
C89, Schannel, Secure Transport, contractions. Cherry-picked from #14692 Closes #14996
This commit is contained in:
parent
1064dfa86a
commit
d83b528a80
17 changed files with 34 additions and 35 deletions
|
|
@ -3041,7 +3041,7 @@ static CURLcode transfer_per_config(struct GlobalConfig *global,
|
|||
* default filename curl-ca-bundle.crt in the user's PATH.
|
||||
*
|
||||
* If Schannel is the selected SSL backend then these locations are
|
||||
* ignored. We allow setting CA location for schannel only when explicitly
|
||||
* ignored. We allow setting CA location for Schannel only when explicitly
|
||||
* specified by the user via CURLOPT_CAINFO / --cacert.
|
||||
*/
|
||||
if(tls_backend_info->backend != CURLSSLBACKEND_SCHANNEL) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue