From: Source Maintenance Date: Fri, 27 Jan 2017 18:16:32 +0000 (+0000) Subject: SourceFormat Enforcement X-Git-Tag: SQUID_3_5_24~1 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=4bc519ab0506fc50846932fb4b5bcaded4a7311a;p=thirdparty%2Fsquid.git SourceFormat Enforcement --- diff --git a/src/ssl/bio.cc b/src/ssl/bio.cc index 2b983e12b0..6d29813c9f 100644 --- a/src/ssl/bio.cc +++ b/src/ssl/bio.cc @@ -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*/