aboutsummaryrefslogtreecommitdiff
path: root/src/include/microhttpd.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/include/microhttpd.h')
-rw-r--r--src/include/microhttpd.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/include/microhttpd.h b/src/include/microhttpd.h
index b2356e5a..ac2bb921 100644
--- a/src/include/microhttpd.h
+++ b/src/include/microhttpd.h
@@ -5898,7 +5898,7 @@ enum MHD_FEATURE
5898 /** 5898 /**
5899 * Get whether QOP with value 'auth-int' (authentication with integrity 5899 * Get whether QOP with value 'auth-int' (authentication with integrity
5900 * protection) is supported for Digest Authorization. 5900 * protection) is supported for Digest Authorization.
5901 * Currently it is always not supported if Digest Auth module is built. 5901 * Currently it is always not supported.
5902 * @note Available since #MHD_VERSION 0x00097527 5902 * @note Available since #MHD_VERSION 0x00097527
5903 */ 5903 */
5904 MHD_FEATURE_DIGEST_AUTH_AUTH_INT = 28, 5904 MHD_FEATURE_DIGEST_AUTH_AUTH_INT = 28,