summaryrefslogtreecommitdiff
path: root/lib/version.c
diff options
context:
space:
mode:
authorOkhin Vasilij <OkhinVI@gmail.com>2016-11-25 16:27:22 +0700
committerDaniel Stenberg <daniel@haxx.se>2016-11-26 17:28:53 +0100
commita4b2f7aafde33c2ab810adb6c3d119c9a0b824e7 (patch)
treeaad341f638c47257403729f86cf54834147431fb /lib/version.c
parente38fe7abbf127c50b846a4456835dd2c1be631a5 (diff)
downloadgnurl-a4b2f7aafde33c2ab810adb6c3d119c9a0b824e7.tar.gz
gnurl-a4b2f7aafde33c2ab810adb6c3d119c9a0b824e7.tar.bz2
gnurl-a4b2f7aafde33c2ab810adb6c3d119c9a0b824e7.zip
curl_version_info: add CURL_VERSION_HTTPS_PROXY
Closes #1142
Diffstat (limited to 'lib/version.c')
-rw-r--r--lib/version.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/lib/version.c b/lib/version.c
index a434a6287..3d1776813 100644
--- a/lib/version.c
+++ b/lib/version.c
@@ -324,6 +324,9 @@ static curl_version_info_data version_info = {
#if defined(USE_LIBPSL)
| CURL_VERSION_PSL
#endif
+#if defined(HTTPS_PROXY_SUPPORT)
+ | CURL_VERSION_HTTPS_PROXY
+#endif
,
NULL, /* ssl_version */
0, /* ssl_version_num, this is kept at zero */