This is an automated email from the ASF dual-hosted git repository.
markt-asf 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 989f19330 Align NO-OP version of method with real version.
989f19330 is described below
commit 989f193303bb1e098ee02ba54f3cc1d1bb4d6691
Author: Mark Thomas <[email protected]>
AuthorDate: Mon Jun 15 09:24:57 2026 +0100
Align NO-OP version of method with real version.
---
native/src/ssl.c | 3 +--
1 file changed, 1 insertion(+), 2 deletions(-)
diff --git a/native/src/ssl.c b/native/src/ssl.c
index b9881ddf8..5a5db774b 100644
--- a/native/src/ssl.c
+++ b/native/src/ssl.c
@@ -2103,11 +2103,10 @@ TCN_IMPLEMENT_CALL(jint, SSL,
getPostHandshakeAuthInProgress)(TCN_STDARGS, jlong
/*** End Twitter 1:1 API addition ***/
-TCN_IMPLEMENT_CALL(jint, SSL, markPostHandshakeAuthComplete)(TCN_STDARGS,
jlong ssl) {
+TCN_IMPLEMENT_CALL(void, SSL, markPostHandshakeAuthComplete)(TCN_STDARGS,
jlong ssl) {
UNREFERENCED(o);
UNREFERENCED(ssl);
tcn_ThrowException(e, "Not implemented");
- return 0;
}
/*** Begin Apple 1:1 API addition ***/
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]