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

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


The following commit(s) were added to refs/heads/main by this push:
     new 6490b526c Fix indent
6490b526c is described below

commit 6490b526cee1d9dc405e6dc99c636c139a90d59d
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 0f1020738..6866c4546 100644
--- a/native/src/sslutils.c
+++ b/native/src/sslutils.c
@@ -938,7 +938,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