aboutsummaryrefslogtreecommitdiff
path: root/lib/vtls/polarssl.h
diff options
context:
space:
mode:
Diffstat (limited to 'lib/vtls/polarssl.h')
-rw-r--r--lib/vtls/polarssl.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/vtls/polarssl.h b/lib/vtls/polarssl.h
index dbe01966f..64139a63a 100644
--- a/lib/vtls/polarssl.h
+++ b/lib/vtls/polarssl.h
@@ -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()