aboutsummaryrefslogtreecommitdiff
path: root/doc/chapters/tlsauthentication.inc
diff options
context:
space:
mode:
Diffstat (limited to 'doc/chapters/tlsauthentication.inc')
-rw-r--r--doc/chapters/tlsauthentication.inc2
1 files changed, 1 insertions, 1 deletions
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;
161 161
162ci = MHD_get_connection_info (connection, 162ci = MHD_get_connection_info (connection,
163 MHD_CONNECTION_INFO_GNUTLS_SESSION); 163 MHD_CONNECTION_INFO_GNUTLS_SESSION);
164tls_session = ci->tls_session; 164tls_session = (gnutls_session_t) ci->tls_session;
165@end verbatim 165@end verbatim
166 166
167You can then extract the client certificate: 167You can then extract the client certificate: