aboutsummaryrefslogtreecommitdiff
path: root/doc/microhttpd.texi
diff options
context:
space:
mode:
Diffstat (limited to 'doc/microhttpd.texi')
-rw-r--r--doc/microhttpd.texi6
1 files changed, 3 insertions, 3 deletions
diff --git a/doc/microhttpd.texi b/doc/microhttpd.texi
index e47d03ae..71c814f0 100644
--- a/doc/microhttpd.texi
+++ b/doc/microhttpd.texi
@@ -735,9 +735,9 @@ including access to the underlying GNUtls client certificate
735NULL is returned for non-HTTPS connections. 735NULL is returned for non-HTTPS connections.
736 736
737@item MHD_CONNECTION_INFO_GNUTLS_CLIENT_CERT, 737@item MHD_CONNECTION_INFO_GNUTLS_CLIENT_CERT,
738Takes no extra arguments. Allows access to the client certificate 738Dysfunctional (never implemented, deprecated). Use
739including access to the underlying GNUtls client certificate 739MHD_CONNECTION_INFO_GNUTLS_SESSION to get the @code{gnutls_session_t}
740(HTTPS connections only). Takes no extra arguments. 740and then call @code{gnutls_certificate_get_peers()}.
741 741
742@item MHD_CONNECTION_INFO_DAEMON 742@item MHD_CONNECTION_INFO_DAEMON
743Returns information about @code{struct MHD_Daemon} which manages 743Returns information about @code{struct MHD_Daemon} which manages