gnunet-svn
[Top][All Lists]
Advanced

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

[libmicrohttpd] 02/07: internal.h: reordered members in struct MHD_Daemo


From: gnunet
Subject: [libmicrohttpd] 02/07: internal.h: reordered members in struct MHD_Daemon
Date: Fri, 29 Dec 2023 14:59:30 +0100

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

karlson2k pushed a commit to branch master
in repository libmicrohttpd.

commit 6f9ff50bed6f38ed849d4699f4fcdde4d540e419
Author: Evgeny Grin (Karlson2k) <k2k@narod.ru>
AuthorDate: Thu Dec 28 11:29:38 2023 +0300

    internal.h: reordered members in struct MHD_Daemon
---
 src/microhttpd/internal.h | 10 +++++-----
 1 file changed, 5 insertions(+), 5 deletions(-)

diff --git a/src/microhttpd/internal.h b/src/microhttpd/internal.h
index 667b6071..b26e4a0d 100644
--- a/src/microhttpd/internal.h
+++ b/src/microhttpd/internal.h
@@ -2398,6 +2398,11 @@ struct MHD_Daemon
    */
   const char *digest_auth_random;
 
+  /**
+   * Size of @a digest_auth_random.
+   */
+  size_t digest_auth_rand_size;
+
   /**
    * The malloc'ed copy of the @a digest_auth_random.
    */
@@ -2415,11 +2420,6 @@ struct MHD_Daemon
   MHD_mutex_ nnc_lock;
 #endif
 
-  /**
-   * Size of `digest_auth_random.
-   */
-  size_t digest_auth_rand_size;
-
   /**
    * Size of the nonce-nc array.
    */

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