]> git.ipfire.org Git - thirdparty/squid.git/blobdiff - src/auth/digest/UserRequest.h
SourceFormat Enforcement
[thirdparty/squid.git] / src / auth / digest / UserRequest.h
index 011be30dab5044510d09d2a9c677f26eb92b9c26..55787a283717b3c7ea8db3088287206318031609 100644 (file)
@@ -1,8 +1,8 @@
 #ifndef _SQUID_SRC_AUTH_DIGEST_USERREQUEST_H
 #define _SQUID_SRC_AUTH_DIGEST_USERREQUEST_H
 
-#include "auth/UserRequest.h"
 #include "auth/digest/auth_digest.h"
+#include "auth/UserRequest.h"
 #include "MemPool.h"
 
 class ConnStateData;
@@ -48,9 +48,9 @@ public:
     char *response;
 
     struct {
-        unsigned int authinfo_sent:1;
-        unsigned int invalid_password:1;
-        unsigned int helper_queried:1;
+        bool authinfo_sent;
+        bool invalid_password;
+        bool helper_queried;
     } flags;
     digest_nonce_h *nonce;