gnunet-svn
[Top][All Lists]
Advanced

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

[libmicrohttpd] 17/22: digestauth: removed redundant check and report


From: gnunet
Subject: [libmicrohttpd] 17/22: digestauth: removed redundant check and report
Date: Sun, 25 Sep 2022 17:43:52 +0200

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

karlson2k pushed a commit to branch master
in repository libmicrohttpd.

commit c51718523db385aaeddb137fc92b4d30e64dff33
Author: Evgeny Grin (Karlson2k) <k2k@narod.ru>
AuthorDate: Thu Sep 15 11:47:08 2022 +0300

    digestauth: removed redundant check and report
---
 src/microhttpd/digestauth.c | 10 ----------
 1 file changed, 10 deletions(-)

diff --git a/src/microhttpd/digestauth.c b/src/microhttpd/digestauth.c
index a9059f9e..83ecbf5e 100644
--- a/src/microhttpd/digestauth.c
+++ b/src/microhttpd/digestauth.c
@@ -3256,16 +3256,6 @@ MHD_queue_auth_required_response3 (struct MHD_Connection 
*connection,
 #endif /* HAVE_MESSAGES */
     return MHD_NO;
   }
-#ifndef MHD_SHA512_256_SUPPORT
-  if (0 != (((unsigned int) malgo3) & MHD_DIGEST_BASE_ALGO_SHA512_256))
-  {
-#ifdef HAVE_MESSAGES
-    MHD_DLOG (connection->daemon,
-              _ ("The SHA-512/256 algorithm is not enabled.\n"));
-#endif /* HAVE_MESSAGES */
-    return MHD_NO;
-  }
-#endif /* ! MHD_SHA512_256_SUPPORT */
 #ifdef MHD_MD5_SUPPORT
   if (0 != (((unsigned int) malgo3) & MHD_DIGEST_BASE_ALGO_MD5))
     s_algo = MHD_DIGEST_AUTH_ALGO3_MD5;

-- 
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]