gnunet-svn
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[libmicrohttpd] 06/09: microhttpd.h: fixed typo in doxy


From: gnunet
Subject: [libmicrohttpd] 06/09: microhttpd.h: fixed typo in doxy
Date: Sun, 11 Sep 2022 19:56:08 +0200

This is an automated email from the git hooks/post-receive script.

karlson2k pushed a commit to branch master
in repository libmicrohttpd.

commit 898550e1aeb894d3f285a21f91d652a7db1feb11
Author: Evgeny Grin (Karlson2k) <k2k@narod.ru>
AuthorDate: Sun Sep 11 18:41:36 2022 +0300

    microhttpd.h: fixed typo in doxy
---
 src/include/microhttpd.h | 3 +--
 1 file changed, 1 insertion(+), 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);
  */
 #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

-- 
To stop receiving notification emails like this one, please contact
gnunet@gnunet.org.



reply via email to

[Prev in Thread] Current Thread [Next in Thread]