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 84cbe7891 Another backport fix
84cbe7891 is described below

commit 84cbe78918dc1779d8321e493d7988d942de08ef
Author: Mark Thomas <[email protected]>
AuthorDate: Wed Jun 29 10:55:41 2022 +0100

    Another backport fix
---
 native/src/ssl.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/native/src/ssl.c b/native/src/ssl.c
index 578f06bdd..92414e611 100644
--- a/native/src/ssl.c
+++ b/native/src/ssl.c
@@ -930,10 +930,10 @@ TCN_IMPLEMENT_CALL(jint, SSL, fipsModeGet)(TCN_STDARGS)
     UNREFERENCED(o);
     return FIPS_mode();
 #elif (OPENSSL_VERSION_NUMBER > 0x2FFFFFFFL)
-    UNREFERENCED(o);
     EVP_MD              *md;
     const OSSL_PROVIDER *provider;
     const char          *name;
+    UNREFERENCED(o);
 
     // Maps the OpenSSL 3. x onwards behaviour to theOpenSSL 1.x API
 


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

Reply via email to