mirror of
https://github.com/curl/curl.git
synced 2026-08-25 00:43:34 +03:00
tidy-up: make 'CA' uppercase, where missing
```sh git grep -w ca | grep -v -E -i 'ca[;"=/()%_.-]' | grep -v -E -i '[*$"=/()%_.-]ca' ``` Closes #22135
This commit is contained in:
parent
5735540835
commit
b0d0f16d20
14 changed files with 25 additions and 25 deletions
|
|
@ -215,7 +215,7 @@ $write cvh ""
|
|||
$!
|
||||
$! We are now setting this on the GNV build, so also do this
|
||||
$! for compatibility.
|
||||
$write cvh "/* Location of default ca path */"
|
||||
$write cvh "/* Location of default CA path */"
|
||||
$write cvh "#define curl_ca_path ""gnv$curl_ca_path"""
|
||||
$!
|
||||
$! The config_h.com finds a bunch of default disable commands in
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue