From 7494f0f4981b2ccb55f1fc5aecad383a0d9a8569 Mon Sep 17 00:00:00 2001 From: Daniel Stenberg Date: Sat, 13 Sep 2014 15:11:26 +0200 Subject: vtls: have the backend tell if it supports CERTINFO --- lib/vtls/nssg.h | 3 +++ 1 file changed, 3 insertions(+) (limited to 'lib/vtls/nssg.h') 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 -- cgit v1.2.3