gnunet-svn
[Top][All Lists]
Advanced

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

[GNUnet-SVN] [gnunet] branch master updated: cast no longer required for


From: gnunet
Subject: [GNUnet-SVN] [gnunet] branch master updated: cast no longer required for modern curl
Date: Sat, 16 Feb 2019 15:38:17 +0100

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

grothoff pushed a commit to branch master
in repository gnunet.

The following commit(s) were added to refs/heads/master by this push:
     new c2b690640 cast no longer required for modern curl
c2b690640 is described below

commit c2b690640ef819f38429e50e65ed1889fd959e44
Author: Christian Grothoff <address@hidden>
AuthorDate: Sat Feb 16 15:38:15 2019 +0100

    cast no longer required for modern curl
---
 src/gns/gnunet-gns-proxy.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/gns/gnunet-gns-proxy.c b/src/gns/gnunet-gns-proxy.c
index 9db388e77..65a7b6018 100644
--- a/src/gns/gnunet-gns-proxy.c
+++ b/src/gns/gnunet-gns-proxy.c
@@ -972,7 +972,7 @@ check_ssl_certificate (struct Socks5Request *s5r)
   if (CURLE_OK !=
       curl_easy_getinfo (s5r->curl,
                         CURLINFO_TLS_SESSION,
-                        (struct curl_slist **) &tlsinfo))
+                        &tlsinfo))
     return GNUNET_SYSERR;
   if (CURLSSLBACKEND_GNUTLS != tlsinfo->backend)
   {

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



reply via email to

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