mirror of
https://github.com/curl/curl.git
synced 2026-08-25 00:43:34 +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
|
|
@ -77,7 +77,7 @@ void Curl_ossl_md5sum(unsigned char *tmp, /* input */
|
|||
#define have_curlssl_md5sum 1
|
||||
|
||||
/* this backend supports the CAPATH option */
|
||||
#define have_ca_path 1
|
||||
#define have_curlssl_ca_path 1
|
||||
|
||||
/* this backend supports CURLOPT_CERTINFO */
|
||||
#define have_curlssl_certinfo 1
|
||||
|
|
|
|||
|
|
@ -49,7 +49,7 @@ size_t Curl_polarssl_version(char *buffer, size_t size);
|
|||
int Curl_polarssl_shutdown(struct connectdata *conn, int sockindex);
|
||||
|
||||
/* this backend supports the CAPATH option */
|
||||
#define have_ca_path 1
|
||||
#define have_curlssl_ca_path 1
|
||||
|
||||
/* API setup for PolarSSL */
|
||||
#define curlssl_init() polarssl_init()
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue