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

michaelo 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 43ddd1e80 Fix comment
43ddd1e80 is described below

commit 43ddd1e8059528454110198ca0d7d191322beeaf
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 7f4ca7e78..7624a4e67 100644
--- a/native/src/ssl.c
+++ b/native/src/ssl.c
@@ -405,7 +405,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