aboutsummaryrefslogtreecommitdiff
path: root/src/include/microhttpd.h
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2011-09-10 05:30:02 +0000
committerChristian Grothoff <christian@grothoff.org>2011-09-10 05:30:02 +0000
commit443486f69e4d0a45c1b7b253468a2d8bc43d9e8b (patch)
tree921f1720b2c51c91c66476794fc0baceaf872fa9 /src/include/microhttpd.h
parent6136f0adf6a5a2592dcbe3d9819f7790e89cac5d (diff)
downloadlibmicrohttpd-443486f69e4d0a45c1b7b253468a2d8bc43d9e8b.tar.gz
libmicrohttpd-443486f69e4d0a45c1b7b253468a2d8bc43d9e8b.zip
use GNUTLS_SESSION instead of the un-implemented GNUTLS_CLIENT_CERT
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