From: Source Maintenance Date: Tue, 24 Jan 2017 12:12:03 +0000 (+0000) Subject: SourceFormat Enforcement X-Git-Tag: M-staged-PR71~301 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=bcbe37dacd82a9fbd9493804542e9478a48760d4;p=thirdparty%2Fsquid.git SourceFormat Enforcement --- diff --git a/src/ssl/bio.h b/src/ssl/bio.h index f8df982bf3..1c13938fec 100644 --- a/src/ssl/bio.h +++ b/src/ssl/bio.h @@ -95,7 +95,7 @@ private: /// the maximum tolerated number of client-initiated renegotiations in RenegotiationsWindow static const int RenegotiationsLimit = 5; - + bool holdRead_; ///< The read hold state of the bio. bool holdWrite_; ///< The write hold state of the bio. int helloSize; ///< The SSL hello message sent by client size