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

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


The following commit(s) were added to refs/heads/1.3.x by this push:
     new 5998cbf84 Fix comment
5998cbf84 is described below

commit 5998cbf8484e0b65dbb4a1fc17a5da9f5190b8b1
Author: Michael Osipov <micha...@apache.org>
AuthorDate: Thu Apr 18 08:24:42 2024 +0200

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

diff --git a/native/src/ssl.c b/native/src/ssl.c
index 56304ee29..5ca7c0781 100644
--- a/native/src/ssl.c
+++ b/native/src/ssl.c
@@ -653,7 +653,7 @@ TCN_IMPLEMENT_CALL(jint, SSL, fipsModeGet)(TCN_STDARGS)
     const char          *name;
     UNREFERENCED(o);
 
-    // Maps the OpenSSL 3. x onwards behaviour to theOpenSSL 1.x API
+    // Maps the OpenSSL 3.x onwards behaviour to the OpenSSL 1.x API
 
     // Checks that FIPS is the default provider
     md = EVP_MD_fetch(NULL, "SHA-512", NULL);


---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org
For additional commands, e-mail: dev-h...@tomcat.apache.org

Reply via email to