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.
#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
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()