From: Source Maintenance Date: Wed, 27 Jan 2016 18:12:08 +0000 (+0000) Subject: SourceFormat Enforcement X-Git-Tag: SQUID_4_0_5~21 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=765afa31e52b03b1257377684b36eed394451a4b;p=thirdparty%2Fsquid.git SourceFormat Enforcement --- diff --git a/doc/debug-sections.txt b/doc/debug-sections.txt index 8cb6b7a5a2..a3c33fc86c 100644 --- a/doc/debug-sections.txt +++ b/doc/debug-sections.txt @@ -138,6 +138,8 @@ section 81 CPU Profiling Routines section 81 Store HEAP Removal Policies section 82 External ACL section 83 SSL accelerator support +section 83 SSL-Bump Server/Peer negotiation +section 83 TLS Server/Peer negotiation section 84 Helper process maintenance section 85 Client-side Request Routines section 86 ESI Expressions diff --git a/src/tunnel.cc b/src/tunnel.cc index 319026ede0..222ea8e3da 100644 --- a/src/tunnel.cc +++ b/src/tunnel.cc @@ -34,8 +34,8 @@ #include "SBuf.h" #include "SquidConfig.h" #include "SquidTime.h" -#include "StatCounters.h" #include "ssl/BlindPeerConnector.h" +#include "StatCounters.h" #if USE_OPENSSL #include "ssl/bio.h" #include "ssl/ServerBump.h"