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.git
The following commit(s) were added to refs/heads/main by this push:
new b2acdae392 Code clean-up
b2acdae392 is described below
commit b2acdae392b3a266c7105c90b146b15574a5c52c
Author: Mark Thomas <[email protected]>
AuthorDate: Mon Dec 11 09:04:40 2023 +0000
Code clean-up
---
java/org/apache/tomcat/util/net/openssl/panama/OpenSSLContext.java | 1 -
1 file changed, 1 deletion(-)
diff --git a/java/org/apache/tomcat/util/net/openssl/panama/OpenSSLContext.java
b/java/org/apache/tomcat/util/net/openssl/panama/OpenSSLContext.java
index 74e60e9bba..4d087cf2b1 100644
--- a/java/org/apache/tomcat/util/net/openssl/panama/OpenSSLContext.java
+++ b/java/org/apache/tomcat/util/net/openssl/panama/OpenSSLContext.java
@@ -756,7 +756,6 @@ public class OpenSSLContext implements
org.apache.tomcat.util.net.SSLContext {
}
// DH *(*tmp_dh_callback)(SSL *ssl, int is_export, int keylength)
- @SuppressWarnings("deprecation")
public static MemorySegment openSSLCallbackTmpDH(MemorySegment ssl,
@SuppressWarnings("unused") int isExport,
@SuppressWarnings("unused") int keylength) {
var pkey = SSL_get_privatekey(ssl);
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]