diff options
Diffstat (limited to 'lib/vtls/openssl.h')
-rw-r--r-- | lib/vtls/openssl.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/vtls/openssl.h b/lib/vtls/openssl.h index 9c2602f94..59adcd83e 100644 --- a/lib/vtls/openssl.h +++ b/lib/vtls/openssl.h @@ -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 |