From: Christian Grothoff Date: Sat, 16 Feb 2019 14:38:15 +0000 (+0100) Subject: cast no longer required for modern curl X-Git-Tag: v0.11.0~63^2~50 X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=c2b690640ef819f38429e50e65ed1889fd959e44;p=oweals%2Fgnunet.git cast no longer required for modern curl --- 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) {