]> git.ipfire.org Git - thirdparty/squid.git/commitdiff
SourceFormat Enforcement
authorSource Maintenance <squidadm@squid-cache.org>
Wed, 27 Jan 2016 18:12:08 +0000 (18:12 +0000)
committerSource Maintenance <squidadm@squid-cache.org>
Wed, 27 Jan 2016 18:12:08 +0000 (18:12 +0000)
doc/debug-sections.txt
src/tunnel.cc

index 8cb6b7a5a2fc1d6c1d07023a44383b7b04e17c88..a3c33fc86c10e47a6c70e22df68f2e556a20523a 100644 (file)
@@ -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
index 319026ede0d8b2fa495772a757ccc7f2fa47842f..222ea8e3daf50d50c1d1f1459d9ac586b8be78c2 100644 (file)
@@ -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"