This is an automated email from the ASF dual-hosted git repository.
markt pushed a commit to branch 1.2.x
in repository https://gitbox.apache.org/repos/asf/tomcat-native.git
The following commit(s) were added to refs/heads/1.2.x by this push:
new 4e130dbf7 Correct backport
4e130dbf7 is described below
commit 4e130dbf7fe5ad3870c49416296b326a777b573c
Author: Mark Thomas <[email protected]>
AuthorDate: Wed Jun 29 10:53:26 2022 +0100
Correct backport
---
native/src/ssl.c | 1 -
1 file changed, 1 deletion(-)
diff --git a/native/src/ssl.c b/native/src/ssl.c
index 9d8f7daff..578f06bdd 100644
--- a/native/src/ssl.c
+++ b/native/src/ssl.c
@@ -926,7 +926,6 @@ TCN_IMPLEMENT_CALL(void, SSL, randSet)(TCN_STDARGS, jstring
file)
TCN_IMPLEMENT_CALL(jint, SSL, fipsModeGet)(TCN_STDARGS)
{
- UNREFERENCED(o);
#ifdef OPENSSL_FIPS
UNREFERENCED(o);
return FIPS_mode();
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]