aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEvgeny Grin (Karlson2k) <k2k@narod.ru>2022-10-10 08:59:03 +0300
committerEvgeny Grin (Karlson2k) <k2k@narod.ru>2022-10-10 11:54:33 +0300
commit288b02ad91430247534a81e17812864fd355010a (patch)
tree54c6d0391f069d0fdb3e59dba06ebc759dc14705
parent0913234c221bbd0faee74633acd00ed7253f08f7 (diff)
downloadlibmicrohttpd-288b02ad91430247534a81e17812864fd355010a.tar.gz
libmicrohttpd-288b02ad91430247534a81e17812864fd355010a.zip
test_https_get_parallel_threads: removed libcurl-GnuTLS requirement
-rw-r--r--src/testcurl/https/test_https_get_parallel_threads.c6
1 files changed, 0 insertions, 6 deletions
diff --git a/src/testcurl/https/test_https_get_parallel_threads.c b/src/testcurl/https/test_https_get_parallel_threads.c
index 2da6ed9e..c7fb1e88 100644
--- a/src/testcurl/https/test_https_get_parallel_threads.c
+++ b/src/testcurl/https/test_https_get_parallel_threads.c
@@ -162,12 +162,6 @@ main (int argc, char *const *argv)
162 curl_global_cleanup (); 162 curl_global_cleanup ();
163 return 77; 163 return 77;
164 } 164 }
165 if (! curl_tls_is_gnutls ())
166 {
167 fprintf (stderr, "This test can be run only with libcurl-gnutls.\n");
168 curl_global_cleanup ();
169 return 77;
170 }
171 165
172 errorCount += 166 errorCount +=
173 test_wrap ("multi threaded daemon, single client", &test_single_client, 167 test_wrap ("multi threaded daemon, single client", &test_single_client,