gnunet-svn
[Top][All Lists]
Advanced

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

[libmicrohttpd] branch master updated: fix example


From: gnunet
Subject: [libmicrohttpd] branch master updated: fix example
Date: Thu, 04 Mar 2021 13:34:04 +0100

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

grothoff pushed a commit to branch master
in repository libmicrohttpd.

The following commit(s) were added to refs/heads/master by this push:
     new f9aa18c1 fix example
f9aa18c1 is described below

commit f9aa18c17e11631f12d0145a9c259ba1b772dbc8
Author: Christian Grothoff <christian@grothoff.org>
AuthorDate: Thu Mar 4 13:32:39 2021 +0100

    fix example
---
 doc/chapters/tlsauthentication.inc | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/doc/chapters/tlsauthentication.inc 
b/doc/chapters/tlsauthentication.inc
index 90984feb..c5e024e2 100644
--- a/doc/chapters/tlsauthentication.inc
+++ b/doc/chapters/tlsauthentication.inc
@@ -161,7 +161,7 @@ union MHD_ConnectionInfo *ci;
 
 ci = MHD_get_connection_info (connection,
                               MHD_CONNECTION_INFO_GNUTLS_SESSION);
-tls_session = ci->tls_session;
+tls_session = (gnutls_session_t) ci->tls_session;
 @end verbatim
 
 You can then extract the client certificate:

-- 
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]