aboutsummaryrefslogtreecommitdiff
path: root/src/microhttpd/internal.h
diff options
context:
space:
mode:
authorEvgeny Grin (Karlson2k) <k2k@narod.ru>2022-08-14 14:10:03 +0300
committerEvgeny Grin (Karlson2k) <k2k@narod.ru>2022-08-15 16:21:45 +0300
commit2f8eefada8be541c82c7fb4ed9bca7e88e720cd8 (patch)
tree5fabda78dfe6ef9448c2a10195a0edf023d45d04 /src/microhttpd/internal.h
parent25863e1c897b63eb56d248fde9634d0477ca8830 (diff)
downloadlibmicrohttpd-2f8eefada8be541c82c7fb4ed9bca7e88e720cd8.tar.gz
libmicrohttpd-2f8eefada8be541c82c7fb4ed9bca7e88e720cd8.zip
Added MHD_OPTION_DIGEST_AUTH_NONCE_BIND_TYPE to control how to generate and
check nonces for Digest Auth
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