mirror of
https://github.com/curl/curl.git
synced 2026-08-04 05:00:00 +03:00
curlssl: make tls backend symbols use curlssl in the name
This commit is contained in:
parent
4c2e40a488
commit
d57d041d67
3 changed files with 3 additions and 3 deletions
|
|
@ -1994,7 +1994,7 @@ CURLcode Curl_setopt(struct SessionHandle *data, CURLoption option,
|
|||
va_arg(param, char *));
|
||||
break;
|
||||
case CURLOPT_CAPATH:
|
||||
#ifdef have_ca_path /* not supported by all backends */
|
||||
#ifdef have_curlssl_ca_path /* not supported by all backends */
|
||||
/*
|
||||
* Set CA path info for SSL connection. Specify directory name of the CA
|
||||
* certificates which have been prepared using openssl c_rehash utility.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue