aboutsummaryrefslogtreecommitdiff
path: root/lib/url.c
diff options
context:
space:
mode:
authorDaniel Stenberg <daniel@haxx.se>2014-09-13 15:31:12 +0200
committerDaniel Stenberg <daniel@haxx.se>2014-09-13 15:31:12 +0200
commitd57d041d672d124a430eb6a7a3a254fc993bd2a2 (patch)
tree6c124aef07c2937748bfe3634e012ec71a8a9d63 /lib/url.c
parent4c2e40a4889db370308c77e63dd2f10d3a292bdf (diff)
curlssl: make tls backend symbols use curlssl in the name
Diffstat (limited to 'lib/url.c')
-rw-r--r--lib/url.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/url.c b/lib/url.c
index 74eb7e49b..b2b68378a 100644
--- a/lib/url.c
+++ b/lib/url.c
@@ -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.