curl_version_info: add CURL_VERSION_HTTPS_PROXY

Closes #1142
This commit is contained in:
Okhin Vasilij 2016-11-25 16:27:22 +07:00 committed by Daniel Stenberg
parent e38fe7abbf
commit a4b2f7aafd
12 changed files with 36 additions and 3 deletions

View file

@ -323,6 +323,9 @@ static curl_version_info_data version_info = {
#endif
#if defined(USE_LIBPSL)
| CURL_VERSION_PSL
#endif
#if defined(HTTPS_PROXY_SUPPORT)
| CURL_VERSION_HTTPS_PROXY
#endif
,
NULL, /* ssl_version */