]> git.ipfire.org Git - thirdparty/squid.git/commitdiff
SourceFormat Enforcement
authorSource Maintenance <squidadm@squid-cache.org>
Fri, 27 Jan 2017 18:16:32 +0000 (18:16 +0000)
committerSource Maintenance <squidadm@squid-cache.org>
Fri, 27 Jan 2017 18:16:32 +0000 (18:16 +0000)
src/ssl/bio.cc

index 2b983e12b075361350fc64092872c126781dc8f2..6d29813c9fb8f1cf2b86a5e262a992cd8c4a9a06 100644 (file)
@@ -493,7 +493,7 @@ Ssl::ServerBio::write(const char *buf, int size, BIO *table)
                 if (adjustSSL(ssl, clientFeatures))
                     allowBump = true;
                 allowSplice = true;
-                 // Replace OpenSSL-generated ClientHello with client-sent one.
+                // Replace OpenSSL-generated ClientHello with client-sent one.
                 helloMsg.append(clientFeatures.helloMessage);
                 debugs(83, 7,  "SSL HELLO message for FD " << fd_ << ": Random number is adjusted for peek mode");
             } else { /*Ssl::bumpStare*/