This is an automated email from the ASF dual-hosted git repository.
markt-asf pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/tomcat-native.git
The following commit(s) were added to refs/heads/main by this push:
new 2235ec045 Remove unused code
2235ec045 is described below
commit 2235ec045cfe7156e577d15f180cb46e903b1840
Author: Mark Thomas <[email protected]>
AuthorDate: Thu Aug 27 10:15:01 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 2e0ee8ab9..6c6165789 100644
--- a/native/include/ssl_private.h
+++ b/native/include/ssl_private.h
@@ -239,13 +239,6 @@
#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]