]> git.ipfire.org Git - thirdparty/squid.git/blobdiff - helpers/basic_auth/RADIUS/radius.h
SourceFormat Enforcement
[thirdparty/squid.git] / helpers / basic_auth / RADIUS / radius.h
index fc16ed72ee7941588056a93ef417e5e627d1887d..8f3716ec8f2cca80f2df8480be91f9cfaff723a1 100644 (file)
@@ -33,7 +33,6 @@
 #define AUTH_PASS_LEN          16
 #define AUTH_STRING_LEN                128     /* maximum of 254 */
 
-
 typedef struct pw_auth_hdr {
     u_char             code;
     u_char             id;
@@ -55,7 +54,6 @@ typedef struct pw_auth_hdr {
 #define PW_TYPE_IPADDR                 2
 #define PW_TYPE_DATE                   3
 
-
 #define        PW_AUTHENTICATION_REQUEST       1
 #define        PW_AUTHENTICATION_ACK           2
 #define        PW_AUTHENTICATION_REJECT        3