gnunet-svn
[Top][All Lists]
Advanced

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

[GNUnet-SVN] [libmicrohttpd] 01/03: https_tests: fixed typo in libcurl v


From: gnunet
Subject: [GNUnet-SVN] [libmicrohttpd] 01/03: https_tests: fixed typo in libcurl version number
Date: Wed, 22 Nov 2017 21:54:14 +0100

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

karlson2k pushed a commit to branch master
in repository libmicrohttpd.

commit 249dbe3d3363a1566c41fd83174e4c2ae4b19a11
Author: Evgeny Grin (Karlson2k) <address@hidden>
AuthorDate: Wed Nov 22 21:20:33 2017 +0300

    https_tests: fixed typo in libcurl version number
---
 src/testcurl/https/tls_test_common.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/testcurl/https/tls_test_common.c 
b/src/testcurl/https/tls_test_common.c
index 24782615..a3a7df24 100644
--- a/src/testcurl/https/tls_test_common.c
+++ b/src/testcurl/https/tls_test_common.c
@@ -529,7 +529,7 @@ test_wrap (const char *test_name, int
 int testsuite_curl_global_init (void)
 {
   CURLcode res;
-#if LIBCURL_VERSION_NUM >= 0x07380
+#if LIBCURL_VERSION_NUM >= 0x073800
   if (CURLSSLSET_OK != curl_global_sslset(CURLSSLBACKEND_GNUTLS, NULL, NULL))
     {
       if (CURLSSLSET_TOO_LATE == curl_global_sslset(CURLSSLBACKEND_OPENSSL, 
NULL, NULL))

-- 
To stop receiving notification emails like this one, please contact
address@hidden



reply via email to

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