]> git.ipfire.org Git - thirdparty/squid.git/commitdiff
SourceFormat Enforcement
authorSource Maintenance <squidadm@squid-cache.org>
Wed, 18 May 2016 18:12:17 +0000 (18:12 +0000)
committerSource Maintenance <squidadm@squid-cache.org>
Wed, 18 May 2016 18:12:17 +0000 (18:12 +0000)
src/parser/BinaryTokenizer.cc
src/parser/BinaryTokenizer.h
src/security/Handshake.h
src/security/NegotiationHistory.h

index d9370678d5f97984a52e19cb5856eeeb27ed1992..6e47f2184567f5f0906b1c1a28e74d21ee0d4051 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2015 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2016 The Squid Software Foundation and contributors
  *
  * Squid software is distributed under GPLv2+ license and includes
  * contributions from numerous individuals and organizations.
index 61807b768311a18bfe81c1842c7fed7b69ae9752..649238d3667b2c7cc7d263c9cb2e63a548b547ad 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2015 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2016 The Squid Software Foundation and contributors
  *
  * Squid software is distributed under GPLv2+ license and includes
  * contributions from numerous individuals and organizations.
index c5c49a413fe55639b8e1bb8a0765a2f29011ef9d..36f9f6ba4633455ab0407f6c284479e77d9106a2 100644 (file)
@@ -107,10 +107,10 @@ private:
     /// TLS record layer (parsing uninterpreted data)
     Parser::BinaryTokenizer tkRecords;
 
-     /// TLS message layer (parsing fragments)
+    /// TLS message layer (parsing fragments)
     Parser::BinaryTokenizer tkMessages;
 
-     /// Whether to use TLS parser or a V2 compatible parser
+    /// Whether to use TLS parser or a V2 compatible parser
     YesNoNone expectingModernRecords;
 };
 
index 65e0490b7ee1ac8eb0f2c325f9b4899f258679dc..8e691123a7a55c6882961055a25a79de5507be31 100644 (file)
@@ -10,8 +10,8 @@
 #define SQUID_SRC_SECURITY_NEGOTIATIONHISTORY_H
 
 #include "anyp/ProtocolVersion.h"
-#include "security/Session.h"
 #include "security/Handshake.h"
+#include "security/Session.h"
 
 namespace Security {