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 da9dfe035 Consistency. Doesn't matter practically, since Java will
never see it.
da9dfe035 is described below
commit da9dfe03510a1f76ea174bed3cdf129204e6219e
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 868677661..e200b4ff5 100644
--- a/native/src/sslconf.c
+++ b/native/src/sslconf.c
@@ -204,7 +204,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]