aboutsummaryrefslogtreecommitdiff
path: root/src/testcurl/https/test_https_get_iovec.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/testcurl/https/test_https_get_iovec.c')
-rw-r--r--src/testcurl/https/test_https_get_iovec.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/testcurl/https/test_https_get_iovec.c b/src/testcurl/https/test_https_get_iovec.c
index 7b99ff68..c5ff7cb4 100644
--- a/src/testcurl/https/test_https_get_iovec.c
+++ b/src/testcurl/https/test_https_get_iovec.c
@@ -408,7 +408,7 @@ main (int argc, char *const *argv)
408 } 408 }
409 409
410 errorCount += 410 errorCount +=
411 test_secure_get (NULL, NULL, CURL_SSLVERSION_TLSv1); 411 test_secure_get (NULL, NULL, CURL_SSLVERSION_DEFAULT);
412 errorCount += testEmptyGet (0); 412 errorCount += testEmptyGet (0);
413 curl_global_cleanup (); 413 curl_global_cleanup ();
414 414