From: SquidAdm Date: Mon, 10 Aug 2020 05:35:16 +0000 (+0000) Subject: Source Format Enforcement X-Git-Tag: SQUID_4_13~7 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=8888294977dff58113abf0be954ad914534ef32c;p=thirdparty%2Fsquid.git Source Format Enforcement --- diff --git a/src/ssl/bio.cc b/src/ssl/bio.cc index 15cc9eecd0..10b8e838b0 100644 --- a/src/ssl/bio.cc +++ b/src/ssl/bio.cc @@ -559,7 +559,7 @@ bool Ssl::ServerBio::encryptedCertificates() const { return parser_.details->tlsSupportedVersion && - Security::Tls1p3orLater(parser_.details->tlsSupportedVersion); + Security::Tls1p3orLater(parser_.details->tlsSupportedVersion); } /// initializes BIO table after allocation