From 4bc519ab0506fc50846932fb4b5bcaded4a7311a Mon Sep 17 00:00:00 2001 From: Source Maintenance Date: Fri, 27 Jan 2017 18:16:32 +0000 Subject: [PATCH] SourceFormat Enforcement --- src/ssl/bio.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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*/ -- 2.47.2