diff options
author | Alessandro Ghedini <alessandro@ghedini.me> | 2015-03-08 20:11:06 +0100 |
---|---|---|
committer | Daniel Stenberg <daniel@haxx.se> | 2015-03-10 15:03:54 +0100 |
commit | 5a1614cecdd57cab8b4ae3e9bc19dfff5ba77e80 (patch) | |
tree | e8e0417bd371e79d59553334f0522433df75b978 /lib/vtls/gtls.h | |
parent | 0f24df6e54c193941f04c1c2378ef09366002f2f (diff) | |
download | curl-5a1614cecdd57cab8b4ae3e9bc19dfff5ba77e80.tar.gz |
gtls: add support for CURLOPT_CAPATH
Diffstat (limited to 'lib/vtls/gtls.h')
-rw-r--r-- | lib/vtls/gtls.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/lib/vtls/gtls.h b/lib/vtls/gtls.h index c3867e540..af1cb5b10 100644 --- a/lib/vtls/gtls.h +++ b/lib/vtls/gtls.h @@ -54,6 +54,9 @@ bool Curl_gtls_cert_status_request(void); /* Set the API backend definition to GnuTLS */ #define CURL_SSL_BACKEND CURLSSLBACKEND_GNUTLS +/* this backend supports the CAPATH option */ +#define have_curlssl_ca_path 1 + /* API setup for GnuTLS */ #define curlssl_init Curl_gtls_init #define curlssl_cleanup Curl_gtls_cleanup |