]> git.ipfire.org Git - thirdparty/squid.git/commitdiff
Importing SslBump feature from Squid3 ssl-bump branch:
authorrousskov <>
Tue, 12 Feb 2008 05:44:50 +0000 (05:44 +0000)
committerrousskov <>
Tue, 12 Feb 2008 05:44:50 +0000 (05:44 +0000)
        http_port-related types were moved to ProtoPort.{cc,h}

src/ACLMyPortName.cc
src/neighbors.cc
src/tools.cc

index 44a309d17636d0afce08f7aeb049e9c8d368a1cf..563d53e07e1f03fa027c3f90211bd311ff35c32f 100644 (file)
@@ -1,6 +1,6 @@
 
 /*
- * $Id: ACLMyPortName.cc,v 1.1 2008/01/14 13:19:48 hno Exp $
+ * $Id: ACLMyPortName.cc,v 1.2 2008/02/11 22:44:50 rousskov Exp $
  *
  *
  * SQUID Web Proxy Cache          http://www.squid-cache.org/
@@ -34,6 +34,7 @@
  */
 
 #include "squid.h"
+#include "ProtoPort.h"
 #include "ACLMyPortName.h"
 #include "ACLStringData.h"
 #include "ACLChecklist.h"
index e7fbc848844a2237039278f7593c5ff7237bfaba..6fb4e7c07af0f2e7cfe32d89f7bfa4bfa7126ac8 100644 (file)
@@ -1,6 +1,6 @@
 
 /*
- * $Id: neighbors.cc,v 1.352 2007/12/27 02:12:16 hno Exp $
+ * $Id: neighbors.cc,v 1.353 2008/02/11 22:44:50 rousskov Exp $
  *
  * DEBUG: section 15    Neighbor Routines
  * AUTHOR: Harvest Derived
@@ -34,6 +34,7 @@
  */
 
 #include "squid.h"
+#include "ProtoPort.h"
 #include "ACLChecklist.h"
 #include "event.h"
 #include "CacheManager.h"
index d2eb3260b33f7035a99d4520b783cb16455d93d8..d7ce3296e0df2018f9e9275beae96d8a6f6136e1 100644 (file)
@@ -1,6 +1,6 @@
 
 /*
- * $Id: tools.cc,v 1.280 2007/12/14 23:11:48 amosjeffries Exp $
+ * $Id: tools.cc,v 1.281 2008/02/11 22:44:50 rousskov Exp $
  *
  * DEBUG: section 21    Misc Functions
  * AUTHOR: Harvest Derived
@@ -34,6 +34,7 @@
  */
 
 #include "squid.h"
+#include "ProtoPort.h"
 #include "SwapDir.h"
 #include "fde.h"
 #include "MemBuf.h"