From: Kaspar Brand Date: Tue, 4 Oct 2011 06:02:42 +0000 (+0000) Subject: fix indentation X-Git-Tag: 2.3.15~178 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=1d7e1125f02d86ade99e99c0902520ac82fb5762;p=apache fix indentation git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1178694 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/modules/ssl/ssl_engine_kernel.c b/modules/ssl/ssl_engine_kernel.c index a3379ad083..23e8dc8b8a 100644 --- a/modules/ssl/ssl_engine_kernel.c +++ b/modules/ssl/ssl_engine_kernel.c @@ -1641,7 +1641,7 @@ int ssl_callback_proxy_cert(SSL *ssl, X509 **x509, EVP_PKEY **pkey) return TRUE; } - if (ca_cert_chains) { + if (ca_cert_chains) { /* * Failed to find direct issuer - search intermediates * (by issuer name), if provided.