aboutsummaryrefslogtreecommitdiff
path: root/src/testcurl/https/test_https_get_select.c
diff options
context:
space:
mode:
authorEvgeny Grin (Karlson2k) <k2k@narod.ru>2022-04-20 22:18:35 +0300
committerEvgeny Grin (Karlson2k) <k2k@narod.ru>2022-04-21 13:40:09 +0300
commit166b572354c843c0efa84b9f0c866abf0d34497e (patch)
tree619c097e9d33bc8e0c7b0944fece83a1e3680046 /src/testcurl/https/test_https_get_select.c
parent671ad58593e9a18155d5f9a4729001722908c297 (diff)
downloadlibmicrohttpd-166b572354c843c0efa84b9f0c866abf0d34497e.tar.gz
libmicrohttpd-166b572354c843c0efa84b9f0c866abf0d34497e.zip
Use HTTP/1.1 for all TLS tests
Nobody is using HTTP/1.0 with TLS
Diffstat (limited to 'src/testcurl/https/test_https_get_select.c')
-rw-r--r--src/testcurl/https/test_https_get_select.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/testcurl/https/test_https_get_select.c b/src/testcurl/https/test_https_get_select.c
index 65570aab..217c6bfa 100644
--- a/src/testcurl/https/test_https_get_select.c
+++ b/src/testcurl/https/test_https_get_select.c
@@ -268,7 +268,7 @@ main (int argc, char *const *argv)
268 unsigned int errorCount = 0; 268 unsigned int errorCount = 0;
269 (void) argc; /* Unused. Silent compiler warning. */ 269 (void) argc; /* Unused. Silent compiler warning. */
270 270
271 oneone = 0; 271 oneone = 1;
272 if (! testsuite_curl_global_init ()) 272 if (! testsuite_curl_global_init ())
273 return 99; 273 return 99;
274 if (NULL == curl_version_info (CURLVERSION_NOW)->ssl_version) 274 if (NULL == curl_version_info (CURLVERSION_NOW)->ssl_version)