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 fbfc44c02205d92e461a71374851af192327b060
Author: Mark Thomas <[email protected]>
AuthorDate: Mon Jan 26 10:12:53 2026 +0000

    Consistency. Doesn't matter practically, since Java will never see it.
---
 native/src/sslconf.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/native/src/sslconf.c b/native/src/sslconf.c
index 06a457cb7..8e9374042 100644
--- a/native/src/sslconf.c
+++ b/native/src/sslconf.c
@@ -206,7 +206,7 @@ TCN_IMPLEMENT_CALL(jint, SSLConf, check)(TCN_STDARGS, jlong 
cctx,
         char err[TCN_OPENSSL_ERROR_STRING_LENGTH];
         ERR_error_string_n(ec, err, TCN_OPENSSL_ERROR_STRING_LENGTH);
         tcn_Throw(e, "Could not determine SSL_CONF command type for '%s' 
(%s)", J2S(cmd), err);
-        rc = 0;
+        rc = SSL_THROW_RETURN;
         goto cleanup;
     }
 


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

Reply via email to