testcurl/https: do not enforce TLSv1

Usage of concrete TLS version is not future-proof. Relay on default
version setting by libcurl/TLS lib.
This commit is contained in:
Evgeny Grin (Karlson2k)
2022-10-05 18:42:20 +03:00
parent f069ee365d
commit f7747015d8
8 changed files with 12 additions and 12 deletions
+1 -1
View File
@@ -149,7 +149,7 @@ main (int argc, char *const *argv)
}
errorCount +=
test_concurent_daemon_pair (NULL, NULL, CURL_SSLVERSION_TLSv1);
test_concurent_daemon_pair (NULL, NULL, CURL_SSLVERSION_DEFAULT);
print_test_result (errorCount, "concurent_daemon_pair");