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 7abda8af4 Remove unused code
7abda8af4 is described below

commit 7abda8af42c5cea9f1c2b7700300b39803f35c8a
Author: Mark Thomas <[email protected]>
AuthorDate: Thu Aug 27 14:31:44 2026 +0100

    Remove unused code
---
 native/include/ssl_private.h | 7 -------
 1 file changed, 7 deletions(-)

diff --git a/native/include/ssl_private.h b/native/include/ssl_private.h
index 434f24e87..f02142134 100644
--- a/native/include/ssl_private.h
+++ b/native/include/ssl_private.h
@@ -233,13 +233,6 @@ extern ENGINE *tcn_ssl_engine;
 #define MAX_ALPN_PROTO_SIZE 65535
 #define SSL_SELECTOR_FAILURE_CHOOSE_MY_LAST_PROTOCOL            1
 
-typedef struct {
-    /* client can have any number of cert/key pairs */
-    const char  *cert_file;
-    const char  *cert_path;
-    STACK_OF(X509_INFO) *certs;
-} ssl_pkc_t;
-
 typedef struct tcn_ssl_ctxt_t tcn_ssl_ctxt_t;
 
 typedef struct {


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

Reply via email to