diff options
Diffstat (limited to 'src/include/microhttpd.h')
-rw-r--r-- | src/include/microhttpd.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/include/microhttpd.h b/src/include/microhttpd.h index 450b65c5..c2e1cc23 100644 --- a/src/include/microhttpd.h +++ b/src/include/microhttpd.h | |||
@@ -6037,7 +6037,7 @@ enum MHD_FEATURE | |||
6037 | /** | 6037 | /** |
6038 | * Get whether the MD5-based hashing algorithms are supported for Digest | 6038 | * Get whether the MD5-based hashing algorithms are supported for Digest |
6039 | * Authorization. | 6039 | * Authorization. |
6040 | * Currently it is always not supported if Digest Auth module is built. | 6040 | * Currently it is always supported if Digest Auth module is built. |
6041 | * @note Available since #MHD_VERSION 0x00097527 | 6041 | * @note Available since #MHD_VERSION 0x00097527 |
6042 | */ | 6042 | */ |
6043 | MHD_FEATURE_DIGEST_AUTH_MD5 = 26, | 6043 | MHD_FEATURE_DIGEST_AUTH_MD5 = 26, |
@@ -6069,7 +6069,7 @@ enum MHD_FEATURE | |||
6069 | 6069 | ||
6070 | /** | 6070 | /** |
6071 | * Get whether 'userhash' is supported for Digest Authorization. | 6071 | * Get whether 'userhash' is supported for Digest Authorization. |
6072 | * It it always supported since #MHD_VERSION 0x00097526 if Digest Auth | 6072 | * It is always supported since #MHD_VERSION 0x00097526 if Digest Auth |
6073 | * module is built. | 6073 | * module is built. |
6074 | * @note Available since #MHD_VERSION 0x00097527 | 6074 | * @note Available since #MHD_VERSION 0x00097527 |
6075 | */ | 6075 | */ |