You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@tomcat.apache.org by ma...@apache.org on 2022/06/29 09:53:31 UTC

[tomcat-native] branch 1.2.x updated: Correct backport

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 <ma...@apache.org>
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: dev-unsubscribe@tomcat.apache.org
For additional commands, e-mail: dev-help@tomcat.apache.org