From: Source Maintenance Date: Tue, 14 Jun 2016 18:12:14 +0000 (+0000) Subject: SourceFormat Enforcement X-Git-Tag: SQUID_4_0_12~18 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=5ff0af8e62c3e48ff5bee3b5119781e2b6350d25;p=thirdparty%2Fsquid.git SourceFormat Enforcement --- diff --git a/src/ssl/gadgets.cc b/src/ssl/gadgets.cc index d7dd0813a8..9d594be572 100644 --- a/src/ssl/gadgets.cc +++ b/src/ssl/gadgets.cc @@ -266,7 +266,7 @@ std::string & Ssl::CertificateProperties::dbKey() const /// Check if mimicCert certificate has the Authority Key Identifier extension /// and if yes add the extension to cert certificate with the same fields if -/// possible. If the issuerCert certificate does not have the Subject Key +/// possible. If the issuerCert certificate does not have the Subject Key /// Identifier extension (required to build the keyIdentifier field of /// AuthorityKeyIdentifier) then the authorityCertIssuer and /// authorityCertSerialNumber fields added.