diff options
author | Daniel Stenberg <daniel@haxx.se> | 2014-09-13 15:11:26 +0200 |
---|---|---|
committer | Daniel Stenberg <daniel@haxx.se> | 2014-09-13 15:11:26 +0200 |
commit | 7494f0f4981b2ccb55f1fc5aecad383a0d9a8569 (patch) | |
tree | e5a8ba622969e5213e2662c88fe809d4db14559e /lib/vtls/gskit.h | |
parent | 4da70dea283ebffa6127b664c040e51393107554 (diff) |
vtls: have the backend tell if it supports CERTINFO
Diffstat (limited to 'lib/vtls/gskit.h')
-rw-r--r-- | lib/vtls/gskit.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/lib/vtls/gskit.h b/lib/vtls/gskit.h index a4caa6f23..7d1eb2282 100644 --- a/lib/vtls/gskit.h +++ b/lib/vtls/gskit.h @@ -42,6 +42,9 @@ int Curl_gskit_shutdown(struct connectdata * conn, int sockindex); size_t Curl_gskit_version(char * buffer, size_t size); int Curl_gskit_check_cxn(struct connectdata * cxn); +/* this backend supports CURLOPT_CERTINFO */ +#define have_curlssl_certinfo 1 + /* API setup for GSKit */ #define curlssl_init Curl_gskit_init #define curlssl_cleanup Curl_gskit_cleanup |