https tests: supported multi-TLS selection on libcurl >= 7.56.0,

fixed error report for failed initialisation of libcurl
This commit is contained in:
Evgeny Grin (Karlson2k)
2017-11-15 16:12:12 +03:00
parent fd7d712823
commit 23324164fb
13 changed files with 44 additions and 56 deletions
+2 -5
View File
@@ -139,11 +139,8 @@ main (int argc, char *const *argv)
gcry_control (GCRYCTL_INITIALIZATION_FINISHED, 0);
#endif
#endif /* MHD_HTTPS_REQUIRE_GRYPT */
if (0 != curl_global_init (CURL_GLOBAL_ALL))
{
fprintf (stderr, "Error: %s\n", strerror (errno));
return 99;
}
if (!testsuite_curl_global_init ())
return 99;
if (NULL == curl_version_info (CURLVERSION_NOW)->ssl_version)
{
fprintf (stderr, "Curl does not support SSL. Cannot run the test.\n");