aboutsummaryrefslogtreecommitdiffstats
path: root/lib
diff options
context:
space:
mode:
authorAlex Deymo <deymo@google.com>2017-12-19 14:16:42 +0100
committerAlex Deymo <deymo@google.com>2017-12-19 14:16:42 +0100
commit251844e0e0f71b9270e7cbb063e8de158518092f (patch)
treed439cbca5e5a690085c6ec1d5ad638557740b042 /lib
parent7d91b4f63bd1fd29c11c9ff1ba6e7c42622e0687 (diff)
downloadexternal_curl-251844e0e0f71b9270e7cbb063e8de158518092f.tar.gz
external_curl-251844e0e0f71b9270e7cbb063e8de158518092f.tar.bz2
external_curl-251844e0e0f71b9270e7cbb063e8de158518092f.zip
Disable FTP and FTPS.
We don't use FTP or FTPS either, so no need to compile support for FTP. Bug: 70741465 Test: Applied update over HTTP. 'curl' command failed to fetch ftp:// URI. Change-Id: Iea4e5278e269c094f4cc86353a36ac9572c7f3b2
Diffstat (limited to 'lib')
-rw-r--r--lib/curl_config.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/curl_config.h b/lib/curl_config.h
index 6ba8faca..4a0b8d3c 100644
--- a/lib/curl_config.h
+++ b/lib/curl_config.h
@@ -23,7 +23,7 @@
/* #undef CURL_DISABLE_FILE */
/* to disable FTP */
-/* #undef CURL_DISABLE_FTP */
+#define CURL_DISABLE_FTP 1
/* to disable Gopher */
#define CURL_DISABLE_GOPHER 1