diff options
author | Evgeny Grin (Karlson2k) <k2k@narod.ru> | 2022-09-11 18:41:36 +0300 |
---|---|---|
committer | Evgeny Grin (Karlson2k) <k2k@narod.ru> | 2022-09-11 18:41:36 +0300 |
commit | 898550e1aeb894d3f285a21f91d652a7db1feb11 (patch) | |
tree | f01b76fd364cd7c6198f614f219832533541d40b | |
parent | 30d2c2eea97eb204f93525f81e679dc6290ff0fc (diff) | |
download | libmicrohttpd-898550e1aeb894d3f285a21f91d652a7db1feb11.tar.gz libmicrohttpd-898550e1aeb894d3f285a21f91d652a7db1feb11.zip |
microhttpd.h: fixed typo in doxy
-rw-r--r-- | src/include/microhttpd.h | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/src/include/microhttpd.h b/src/include/microhttpd.h index bcb7fd13..95c2bb4f 100644 --- a/src/include/microhttpd.h +++ b/src/include/microhttpd.h | |||
@@ -4421,7 +4421,6 @@ MHD_destroy_post_processor (struct MHD_PostProcessor *pp); | |||
4421 | */ | 4421 | */ |
4422 | #define MHD_MD5_DIGEST_SIZE 16 | 4422 | #define MHD_MD5_DIGEST_SIZE 16 |
4423 | 4423 | ||
4424 | |||
4425 | /** | 4424 | /** |
4426 | * Length of the binary output of the SHA-256 hash function. | 4425 | * Length of the binary output of the SHA-256 hash function. |
4427 | * @sa #MHD_digest_get_hash_size() | 4426 | * @sa #MHD_digest_get_hash_size() |
@@ -4740,7 +4739,7 @@ MHD_digest_auth_calc_userhash_hex (enum MHD_DigestAuthAlgo3 algo3, | |||
4740 | * | 4739 | * |
4741 | * Values are sorted so simplified checks could be used. | 4740 | * Values are sorted so simplified checks could be used. |
4742 | * For example: | 4741 | * For example: |
4743 | * * (value <= MHD_DIGEST_AUTH_UNAME_TYPE_INVALID) is true if not valid username | 4742 | * * (value <= MHD_DIGEST_AUTH_UNAME_TYPE_INVALID) is true if no valid username |
4744 | * is provided by the client | 4743 | * is provided by the client |
4745 | * * (value >= MHD_DIGEST_AUTH_UNAME_TYPE_USERHASH) is true if username is | 4744 | * * (value >= MHD_DIGEST_AUTH_UNAME_TYPE_USERHASH) is true if username is |
4746 | * provided in any form | 4745 | * provided in any form |