Ver Fonte

internal.h: reordered members in struct MHD_Daemon

Evgeny Grin (Karlson2k) há 2 anos atrás
pai
commit
6f9ff50bed
1 ficheiros alterados com 5 adições e 5 exclusões
  1. 5 5
      src/microhttpd/internal.h

+ 5 - 5
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.
    */