From d57d041d672d124a430eb6a7a3a254fc993bd2a2 Mon Sep 17 00:00:00 2001 From: Daniel Stenberg Date: Sat, 13 Sep 2014 15:31:12 +0200 Subject: curlssl: make tls backend symbols use curlssl in the name --- lib/url.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lib/url.c') 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. -- cgit v1.2.3