aboutsummaryrefslogtreecommitdiff
path: root/src/include/microhttpd.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/include/microhttpd.h')
-rw-r--r--src/include/microhttpd.h5
1 files changed, 4 insertions, 1 deletions
diff --git a/src/include/microhttpd.h b/src/include/microhttpd.h
index 63abcaf7..3b88d39d 100644
--- a/src/include/microhttpd.h
+++ b/src/include/microhttpd.h
@@ -729,7 +729,10 @@ enum MHD_ConnectionInfoType
729 MHD_CONNECTION_INFO_GNUTLS_SESSION, 729 MHD_CONNECTION_INFO_GNUTLS_SESSION,
730 730
731 /** 731 /**
732 * Get the GNUTLS client certificate handle. 732 * Get the GNUTLS client certificate handle. Dysfunctional (never
733 * implemented, deprecated). Use MHD_CONNECTION_INFO_GNUTLS_SESSION
734 * to get the gnutls_session_t and then call
735 * gnutls_certificate_get_peers().
733 */ 736 */
734 MHD_CONNECTION_INFO_GNUTLS_CLIENT_CERT, 737 MHD_CONNECTION_INFO_GNUTLS_CLIENT_CERT,
735 738