aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEvgeny Grin (Karlson2k) <k2k@narod.ru>2022-10-09 16:03:23 +0300
committerEvgeny Grin (Karlson2k) <k2k@narod.ru>2022-10-10 11:54:33 +0300
commitb6979795cd0d5cf4e18d754fbdfd4138517c68f9 (patch)
treef44e03822cabf2bf60338265dfaba057b296ada8
parentcfe614ca375d068b203db10207c97930936f779b (diff)
downloadlibmicrohttpd-b6979795cd0d5cf4e18d754fbdfd4138517c68f9.tar.gz
libmicrohttpd-b6979795cd0d5cf4e18d754fbdfd4138517c68f9.zip
microhttpd.h: minor doxy fix
-rw-r--r--src/include/microhttpd.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/include/microhttpd.h b/src/include/microhttpd.h
index 598b0d67..63afc9e0 100644
--- a/src/include/microhttpd.h
+++ b/src/include/microhttpd.h
@@ -1581,7 +1581,8 @@ enum MHD_DAuthBindNonce
1581 * RFC 7616 allows clients to re-use server-generated nonces for any URI 1581 * RFC 7616 allows clients to re-use server-generated nonces for any URI
1582 * in the same "protection space" which is by default consists of all server 1582 * in the same "protection space" which is by default consists of all server
1583 * URIs. 1583 * URIs.
1584 * This was default (and only supported) value before #MHD_VERSION 0x00097518 1584 * This was default (and only supported) nonce bind type
1585 * before #MHD_VERSION 0x00097518
1585 */ 1586 */
1586 MHD_DAUTH_BIND_NONCE_URI = 1 << 1, 1587 MHD_DAUTH_BIND_NONCE_URI = 1 << 1,
1587 1588