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
@@ -249,7 +249,7 @@ main (int argc, char *const *argv)
return 77;
}
errorCount +=
test_secure_get (NULL, NULL, CURL_SSLVERSION_TLSv1);
test_secure_get (NULL, NULL, CURL_SSLVERSION_DEFAULT);
errorCount += testEmptyGet (0);
curl_global_cleanup ();