aboutsummaryrefslogtreecommitdiffstats
path: root/lib/version.c
diff options
context:
space:
mode:
authorElliott Hughes <enh@google.com>2017-09-20 17:00:17 -0700
committerElliott Hughes <enh@google.com>2017-09-21 09:38:15 -0700
commit82be86df6ec7baa34d6169c053fd1dfe56fa858e (patch)
treeafd04b931f1f59dfe81b0daa450306ff0204319b /lib/version.c
parentbfa505f61d33429f40bf843b7871fc793dd017d4 (diff)
downloadandroid_external_curl-82be86df6ec7baa34d6169c053fd1dfe56fa858e.tar.gz
android_external_curl-82be86df6ec7baa34d6169c053fd1dfe56fa858e.tar.bz2
android_external_curl-82be86df6ec7baa34d6169c053fd1dfe56fa858e.zip
Update libcurl from 7.54.1 to 7.55.1.
Bug: http://b/64610131 Test: builds, boots, `vendor/google/tools/fake-ota on streaming` works Change-Id: I7ecaf9c83e9496ac4a379507791bec637deaa4cb
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 a434a62..3d17768 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 */