gnunet-svn
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[libmicrohttpd] 25/31: test_https_get_parallel_threads: removed libcurl-


From: gnunet
Subject: [libmicrohttpd] 25/31: test_https_get_parallel_threads: removed libcurl-GnuTLS requirement
Date: Mon, 10 Oct 2022 13:01:10 +0200

This is an automated email from the git hooks/post-receive script.

karlson2k pushed a commit to branch master
in repository libmicrohttpd.

commit 288b02ad91430247534a81e17812864fd355010a
Author: Evgeny Grin (Karlson2k) <k2k@narod.ru>
AuthorDate: Mon Oct 10 08:59:03 2022 +0300

    test_https_get_parallel_threads: removed libcurl-GnuTLS requirement
---
 src/testcurl/https/test_https_get_parallel_threads.c | 6 ------
 1 file changed, 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)
     curl_global_cleanup ();
     return 77;
   }
-  if (! curl_tls_is_gnutls ())
-  {
-    fprintf (stderr, "This test can be run only with libcurl-gnutls.\n");
-    curl_global_cleanup ();
-    return 77;
-  }
 
   errorCount +=
     test_wrap ("multi threaded daemon, single client", &test_single_client,

-- 
To stop receiving notification emails like this one, please contact
gnunet@gnunet.org.



reply via email to

[Prev in Thread] Current Thread [Next in Thread]