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