libmicrohttpd

HTTP/1.x server C library (MHD 1.x, stable)
Log | Files | Refs | Submodules | README | LICENSE

commit badb7c8fc9b1ebb0ddfbbd7c7c5449b285a7c50d
parent 0408d14434732f2c80d9fbcc6136b747dd2e1fdf
Author: Evgeny Grin (Karlson2k) <k2k@narod.ru>
Date:   Wed, 17 Aug 2022 08:11:51 +0300

microhttpd: small doxy correction

Diffstat:
Msrc/include/microhttpd.h | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/include/microhttpd.h b/src/include/microhttpd.h @@ -5898,7 +5898,7 @@ enum MHD_FEATURE /** * Get whether QOP with value 'auth-int' (authentication with integrity * protection) is supported for Digest Authorization. - * Currently it is always not supported if Digest Auth module is built. + * Currently it is always not supported. * @note Available since #MHD_VERSION 0x00097527 */ MHD_FEATURE_DIGEST_AUTH_AUTH_INT = 28,