This is an automated email from the ASF dual-hosted git repository.

markt pushed a commit to branch 1.3.x
in repository https://gitbox.apache.org/repos/asf/tomcat-native.git

commit 7605e45dd818ceeec9f7d72c69fab0a7a6d5aa00
Author: Mark Thomas <[email protected]>
AuthorDate: Thu Dec 11 08:34:09 2025 +0000

    Fix indent
---
 native/src/sslutils.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/native/src/sslutils.c b/native/src/sslutils.c
index 0eef54af7..b9ba2c53b 100644
--- a/native/src/sslutils.c
+++ b/native/src/sslutils.c
@@ -958,7 +958,7 @@ static OCSP_RESPONSE *ocsp_get_resp(apr_pool_t *mp, 
apr_socket_t *sock)
 /* Creates an OCSP request */
 static OCSP_REQUEST *get_ocsp_request(X509 *cert, X509 *issuer)
 {
-     OCSP_REQUEST *ocsp_req = NULL;
+    OCSP_REQUEST *ocsp_req = NULL;
 
     ocsp_req = OCSP_REQUEST_new();
     if (ocsp_req == NULL)


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to