aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEvgeny Grin (Karlson2k) <k2k@narod.ru>2022-08-17 08:11:51 +0300
committerEvgeny Grin (Karlson2k) <k2k@narod.ru>2022-08-17 08:11:51 +0300
commitbadb7c8fc9b1ebb0ddfbbd7c7c5449b285a7c50d (patch)
treee7e4500cf11e6165e604f8a2af1148c8e285f34b
parent0408d14434732f2c80d9fbcc6136b747dd2e1fdf (diff)
downloadlibmicrohttpd-badb7c8fc9b1ebb0ddfbbd7c7c5449b285a7c50d.tar.gz
libmicrohttpd-badb7c8fc9b1ebb0ddfbbd7c7c5449b285a7c50d.zip
microhttpd: small doxy correction
-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,