aboutsummaryrefslogtreecommitdiff
path: root/lib/vtls/nssg.h
diff options
context:
space:
mode:
authorDaniel Stenberg <daniel@haxx.se>2014-09-13 15:11:26 +0200
committerDaniel Stenberg <daniel@haxx.se>2014-09-13 15:11:26 +0200
commit7494f0f4981b2ccb55f1fc5aecad383a0d9a8569 (patch)
treee5a8ba622969e5213e2662c88fe809d4db14559e /lib/vtls/nssg.h
parent4da70dea283ebffa6127b664c040e51393107554 (diff)
vtls: have the backend tell if it supports CERTINFO
Diffstat (limited to 'lib/vtls/nssg.h')
-rw-r--r--lib/vtls/nssg.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/lib/vtls/nssg.h b/lib/vtls/nssg.h
index 311f873d7..81e794902 100644
--- a/lib/vtls/nssg.h
+++ b/lib/vtls/nssg.h
@@ -63,6 +63,9 @@ void Curl_nss_md5sum(unsigned char *tmp, /* input */
/* this backend provides these functions: */
#define have_curlssl_md5sum 1
+/* this backend supports CURLOPT_CERTINFO */
+#define have_curlssl_certinfo 1
+
/* API setup for NSS */
#define curlssl_init Curl_nss_init
#define curlssl_cleanup Curl_nss_cleanup