mirror of
https://github.com/curl/curl.git
synced 2026-07-24 18:07:23 +03:00
parent
2e0fa50fc1
commit
3b6d18bbf6
23 changed files with 29 additions and 29 deletions
|
|
@ -118,7 +118,7 @@ int main(void)
|
|||
/* set the private key (file or ID in engine) */
|
||||
curl_easy_setopt(curl, CURLOPT_SSLKEY, pKeyName);
|
||||
|
||||
/* set the file with the certs vaildating the server */
|
||||
/* set the file with the certs validating the server */
|
||||
curl_easy_setopt(curl, CURLOPT_CAINFO, pCACertFile);
|
||||
|
||||
/* disconnect if we cannot validate server's cert */
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue