]> git.ipfire.org Git - thirdparty/squid.git/blobdiff - helpers/digest_auth/LDAP/digest_common.h
SourceFormat Enforcement
[thirdparty/squid.git] / helpers / digest_auth / LDAP / digest_common.h
index 3f6fba38bf5095f730d3b5ed89368e37724fd0ac..8834eabd706b369e4ead9295e30f5a099f21dc05 100644 (file)
@@ -8,8 +8,8 @@
  * Copyright (c) 2003  Robert Collins  <robertc@squid-cache.org>
  */
 
-#ifndef   _SQUID_DIGEST_COMMON_H_
-#define   _SQUID_DIGEST_COMMON_H_
+#ifndef SQUID_DIGEST_COMMON_H_
+#define SQUID_DIGEST_COMMON_H_
 
 #if HAVE_STDIO_H
 #include <stdio.h>
@@ -36,9 +36,9 @@
 #include <crypt.h>
 #endif
 
-#include "util.h"
 #include "hash.h"
 #include "rfc2617.h"
+#include "util.h"
 
 typedef struct _request_data {
     char *user;
@@ -56,4 +56,5 @@ typedef struct _request_data {
  */
 typedef void HandleArguments(int, char **);
 typedef void HHA1Creator(RequestData *);
-#endif /* _SQUID_DIGEST_COMMON_H_ */
+
+#endif /* SQUID_DIGEST_COMMON_H_ */