[rs-commit] r530 - /mod_scep/trunk/mod_scep.c

rs-commit at redwax.eu rs-commit at redwax.eu
Sun Mar 1 17:26:14 CET 2026


Author: minfrin at redwax.eu
Date: Sun Mar  1 17:26:13 2026
New Revision: 530

Log:
Remove tabs

Modified:
    mod_scep/trunk/mod_scep.c

Modified: mod_scep/trunk/mod_scep.c
==============================================================================
--- mod_scep/trunk/mod_scep.c	(original)
+++ mod_scep/trunk/mod_scep.c	Sun Mar  1 17:26:13 2026
@@ -479,8 +479,8 @@
                     arg1);
         }
     } else {
-	name->nid = DN_UNLIMITED;
-	if (!name->limit) name->limit = DN_UNLIMITED;
+    name->nid = DN_UNLIMITED;
+    if (!name->limit) name->limit = DN_UNLIMITED;
     };
 
     conf->subject_set = 1;
@@ -584,7 +584,7 @@
     }
     else {
         name->nid = DN_UNLIMITED; /* wildcard */
-	if (!name->limit) name->limit = DN_UNLIMITED;
+    if (!name->limit) name->limit = DN_UNLIMITED;
     }
 
     conf->subjectaltname_set = 1;
@@ -1124,7 +1124,7 @@
         log_message(r, APR_SUCCESS,
                 apr_psprintf(r->pool,
                         "could not verify the %s RA certificate against the %s CA certificate at depth %d in the chain: %s",
-			msg, msg, depth, X509_verify_cert_error_string(err)));
+            msg, msg, depth, X509_verify_cert_error_string(err)));
 
         return !APR_SUCCESS;
     }
@@ -1443,7 +1443,7 @@
     }
 
     if (sanity_check(r, next_cert, conf->next_signer,"next") != APR_SUCCESS)
-	        return HTTP_INTERNAL_SERVER_ERROR;
+            return HTTP_INTERNAL_SERVER_ERROR;
 
 
     b = BIO_new(BIO_s_mem());
@@ -1553,7 +1553,7 @@
     ap_rputs(apr_psprintf(r->pool,
             "AES\n"
             "%s"
-			"POSTPKIOperation\n"
+            "POSTPKIOperation\n"
 #if 0
             "Renewal\n"
 #endif
@@ -1561,7 +1561,7 @@
             "SHA-256\n"
             "SHA-512\n"
             "SCEPStandard\n",
-			conf->next_signer ? "GetNextCACert\n" : ""), r);
+            conf->next_signer ? "GetNextCACert\n" : ""), r);
 
     return OK;
 }
@@ -1916,7 +1916,7 @@
 
     /* print the request, if necessary */
     if (APLOGrdebug(r)) 
-	log_request(r, req, "Certificate Request");
+    log_request(r, req, "Certificate Request");
 
     /**
      * Create a CSR for signing.
@@ -2044,7 +2044,7 @@
     }
 
     if (APLOGrdebug(r)) 
-	log_request(r, creq, "Request to Sign");
+    log_request(r, creq, "Request to Sign");
 
     /* do the signing */
     rv = ap_run_ca_sign(r, params, &buffer, &len);



More information about the rs-commit mailing list