summaryrefslogtreecommitdiff
path: root/lib/vtls/gtls.h
diff options
context:
space:
mode:
authorAlessandro Ghedini <alessandro@ghedini.me>2015-03-20 19:03:53 +0100
committerPatrick Monnerat <pm@datasphere.ch>2015-03-20 19:03:53 +0100
commita332922a526f91876fc8ffa73a45322800bf0e73 (patch)
tree33badf13abc58ef5cda72707d251823b1cce430a /lib/vtls/gtls.h
parent8854f8d45a5cef688377c29e49e8d8b2bd668ee4 (diff)
downloadcurl-a332922a526f91876fc8ffa73a45322800bf0e73.tar.gz
gtls: implement CURLOPT_CERTINFO
Diffstat (limited to 'lib/vtls/gtls.h')
-rw-r--r--lib/vtls/gtls.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/lib/vtls/gtls.h b/lib/vtls/gtls.h
index af1cb5b10..dcae44225 100644
--- a/lib/vtls/gtls.h
+++ b/lib/vtls/gtls.h
@@ -57,6 +57,9 @@ bool Curl_gtls_cert_status_request(void);
/* this backend supports the CAPATH option */
#define have_curlssl_ca_path 1
+/* this backend supports CURLOPT_CERTINFO */
+#define have_curlssl_certinfo 1
+
/* API setup for GnuTLS */
#define curlssl_init Curl_gtls_init
#define curlssl_cleanup Curl_gtls_cleanup