aboutsummaryrefslogtreecommitdiff
path: root/src/testcurl/https/test_empty_response.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/testcurl/https/test_empty_response.c')
-rw-r--r--src/testcurl/https/test_empty_response.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/testcurl/https/test_empty_response.c b/src/testcurl/https/test_empty_response.c
index c1e58245..92dbaec7 100644
--- a/src/testcurl/https/test_empty_response.c
+++ b/src/testcurl/https/test_empty_response.c
@@ -111,7 +111,7 @@ testInternalSelectGet (void)
111 curl_easy_setopt (c, CURLOPT_WRITEFUNCTION, &copyBuffer); 111 curl_easy_setopt (c, CURLOPT_WRITEFUNCTION, &copyBuffer);
112 curl_easy_setopt (c, CURLOPT_WRITEDATA, &cbc); 112 curl_easy_setopt (c, CURLOPT_WRITEDATA, &cbc);
113 /* TLS options */ 113 /* TLS options */
114 curl_easy_setopt (c, CURLOPT_SSLVERSION, CURL_SSLVERSION_TLSv1); 114 curl_easy_setopt (c, CURLOPT_SSLVERSION, CURL_SSLVERSION_DEFAULT);
115 curl_easy_setopt (c, CURLOPT_SSL_VERIFYPEER, 0L); 115 curl_easy_setopt (c, CURLOPT_SSL_VERIFYPEER, 0L);
116 curl_easy_setopt (c, CURLOPT_SSL_VERIFYHOST, 0L); 116 curl_easy_setopt (c, CURLOPT_SSL_VERIFYHOST, 0L);
117 curl_easy_setopt (c, CURLOPT_FAILONERROR, 1L); 117 curl_easy_setopt (c, CURLOPT_FAILONERROR, 1L);