From: rousskov <> Date: Tue, 12 Feb 2008 05:44:50 +0000 (+0000) Subject: Importing SslBump feature from Squid3 ssl-bump branch: X-Git-Tag: BASIC_TPROXY4~117 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=07f765a366c140d90ac1d3ea55704eeba4de1097;p=thirdparty%2Fsquid.git Importing SslBump feature from Squid3 ssl-bump branch: http_port-related types were moved to ProtoPort.{cc,h} --- diff --git a/src/ACLMyPortName.cc b/src/ACLMyPortName.cc index 44a309d176..563d53e07e 100644 --- a/src/ACLMyPortName.cc +++ b/src/ACLMyPortName.cc @@ -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" diff --git a/src/neighbors.cc b/src/neighbors.cc index e7fbc84884..6fb4e7c07a 100644 --- a/src/neighbors.cc +++ b/src/neighbors.cc @@ -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" diff --git a/src/tools.cc b/src/tools.cc index d2eb3260b3..d7ce3296e0 100644 --- a/src/tools.cc +++ b/src/tools.cc @@ -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"