aboutsummaryrefslogtreecommitdiff
path: root/src/microhttpd/internal.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/microhttpd/internal.h')
-rw-r--r--src/microhttpd/internal.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/microhttpd/internal.h b/src/microhttpd/internal.h
index 707bfe82..48da46d3 100644
--- a/src/microhttpd/internal.h
+++ b/src/microhttpd/internal.h
@@ -1550,9 +1550,9 @@ struct MHD_Daemon
1550 gnutls_dh_params_t https_mem_dhparams; 1550 gnutls_dh_params_t https_mem_dhparams;
1551 1551
1552 /** 1552 /**
1553 * #MHD_YES if we have initialized @e https_mem_dhparams. 1553 * true if we have initialized @e https_mem_dhparams.
1554 */ 1554 */
1555 int have_dhparams; 1555 bool have_dhparams;
1556 1556
1557 /** 1557 /**
1558 * For how many connections do we have 'tls_read_ready' set to MHD_YES? 1558 * For how many connections do we have 'tls_read_ready' set to MHD_YES?