aboutsummaryrefslogtreecommitdiffstats
path: root/tests/libtest/lib582.c
diff options
context:
space:
mode:
authorElliott Hughes <enh@google.com>2018-03-01 00:44:30 +0000
committerandroid-build-merger <android-build-merger@google.com>2018-03-01 00:44:30 +0000
commit279fa5e2839348e5b1898acbd247d4e70857f8e1 (patch)
treeba15caf6905acc99ac3fbab158d7bf2fb0364a21 /tests/libtest/lib582.c
parentb7c7f24e06c79611f4f58dfdeb13af661d50ea37 (diff)
parent95f668fdba032059552cc770824e1d07821ab64b (diff)
downloadandroid_external_curl-279fa5e2839348e5b1898acbd247d4e70857f8e1.tar.gz
android_external_curl-279fa5e2839348e5b1898acbd247d4e70857f8e1.tar.bz2
android_external_curl-279fa5e2839348e5b1898acbd247d4e70857f8e1.zip
Merge "Update to 7.58.0 - January 24 2018." am: 0c6d81f80b
am: 95f668fdba Change-Id: I56ce9e830e6b121cc97d68e2eabb3ca6d137f40f
Diffstat (limited to 'tests/libtest/lib582.c')
-rw-r--r--tests/libtest/lib582.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/libtest/lib582.c b/tests/libtest/lib582.c
index f55e5de..2f9242a 100644
--- a/tests/libtest/lib582.c
+++ b/tests/libtest/lib582.c
@@ -284,6 +284,7 @@ int test(char *URL)
easy_setopt(curl, CURLOPT_USERPWD, libtest_arg3);
easy_setopt(curl, CURLOPT_SSH_PUBLIC_KEYFILE, "curl_client_key.pub");
easy_setopt(curl, CURLOPT_SSH_PRIVATE_KEYFILE, "curl_client_key");
+ easy_setopt(curl, CURLOPT_SSL_VERIFYHOST, 0L);
easy_setopt(curl, CURLOPT_INFILESIZE_LARGE, (curl_off_t)file_info.st_size);