mirror of
https://git.gnunet.org/libmicrohttpd.git
synced 2026-09-25 04:09:31 +03:00
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:
@@ -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");
|
||||
|
||||
|
||||
Reference in New Issue
Block a user