From: Christos Tsantilas Date: Wed, 5 Dec 2012 14:17:35 +0000 (+0200) Subject: run formater X-Git-Tag: SQUID_3_4_0_1~458^2 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=960e100bfa140d94ce96361660883445e5ec8ab1;p=thirdparty%2Fsquid.git run formater --- diff --git a/src/acl/CertificateData.cc b/src/acl/CertificateData.cc index 6a4a935441..fcb1487b45 100644 --- a/src/acl/CertificateData.cc +++ b/src/acl/CertificateData.cc @@ -148,7 +148,7 @@ ACLCertificateData::parse() debugs(28, DBG_CRITICAL, "FATAL: Unknown option. Supported option(s) are: " << validAttributesStr); self_destruct(); } - + /* an acl must use consistent attributes in all config lines */ if (attribute) { if (strcasecmp(newAttribute, attribute) != 0) { diff --git a/src/ssl/support.cc b/src/ssl/support.cc index b8f1b4d542..f4b15197e5 100644 --- a/src/ssl/support.cc +++ b/src/ssl/support.cc @@ -1195,7 +1195,7 @@ Ssl::GetX509Fingerprint(X509 * cert, const char *) static char buf[1024]; if (!cert) return NULL; - + unsigned int n; unsigned char md[EVP_MAX_MD_SIZE]; if (!X509_digest(cert, EVP_sha1(), md, &n))