commit 898550e1aeb894d3f285a21f91d652a7db1feb11
parent 30d2c2eea97eb204f93525f81e679dc6290ff0fc
Author: Evgeny Grin (Karlson2k) <k2k@narod.ru>
Date: Sun, 11 Sep 2022 18:41:36 +0300
microhttpd.h: fixed typo in doxy
Diffstat:
1 file changed, 1 insertion(+), 2 deletions(-)
diff --git a/src/include/microhttpd.h b/src/include/microhttpd.h
@@ -4421,7 +4421,6 @@ MHD_destroy_post_processor (struct MHD_PostProcessor *pp);
*/
#define MHD_MD5_DIGEST_SIZE 16
-
/**
* Length of the binary output of the SHA-256 hash function.
* @sa #MHD_digest_get_hash_size()
@@ -4740,7 +4739,7 @@ MHD_digest_auth_calc_userhash_hex (enum MHD_DigestAuthAlgo3 algo3,
*
* Values are sorted so simplified checks could be used.
* For example:
- * * (value <= MHD_DIGEST_AUTH_UNAME_TYPE_INVALID) is true if not valid username
+ * * (value <= MHD_DIGEST_AUTH_UNAME_TYPE_INVALID) is true if no valid username
* is provided by the client
* * (value >= MHD_DIGEST_AUTH_UNAME_TYPE_USERHASH) is true if username is
* provided in any form