]> granicus.if.org Git - apache/commitdiff
fix indentation
authorKaspar Brand <kbrand@apache.org>
Tue, 4 Oct 2011 06:02:42 +0000 (06:02 +0000)
committerKaspar Brand <kbrand@apache.org>
Tue, 4 Oct 2011 06:02:42 +0000 (06:02 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1178694 13f79535-47bb-0310-9956-ffa450edef68

modules/ssl/ssl_engine_kernel.c

index a3379ad0834838c6e3e1cb622d105db37507e097..23e8dc8b8a26598f4ea81c818341f4107ca7f9d8 100644 (file)
@@ -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.