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, 4 insertions, 0 deletions
diff --git a/src/microhttpd/internal.h b/src/microhttpd/internal.h
index 35620bff..3a81b2a2 100644
--- a/src/microhttpd/internal.h
+++ b/src/microhttpd/internal.h
@@ -2225,6 +2225,10 @@ struct MHD_Daemon
2225 */ 2225 */
2226 unsigned int nonce_nc_size; 2226 unsigned int nonce_nc_size;
2227 2227
2228 /**
2229 * Nonce bind type.
2230 */
2231 unsigned int dauth_bind_type;
2228#endif 2232#endif
2229 2233
2230#ifdef TCP_FASTOPEN 2234#ifdef TCP_FASTOPEN