diff options
Diffstat (limited to 'lib/vtls/nssg.h')
-rw-r--r-- | lib/vtls/nssg.h | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/lib/vtls/nssg.h b/lib/vtls/nssg.h index 37c4b5b71..222c6e28e 100644 --- a/lib/vtls/nssg.h +++ b/lib/vtls/nssg.h @@ -64,14 +64,5 @@ extern const struct Curl_ssl Curl_ssl_nss; /* Set the API backend definition to NSS */ #define CURL_SSL_BACKEND CURLSSLBACKEND_NSS -/* this backend supports the CAPATH option */ -#define have_curlssl_ca_path 1 - -/* this backend supports CURLOPT_CERTINFO */ -#define have_curlssl_certinfo 1 - -/* this backends supports CURLOPT_PINNEDPUBLICKEY */ -#define have_curlssl_pinnedpubkey 1 - #endif /* USE_NSS */ #endif /* HEADER_CURL_NSSG_H */ |