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
commit 093f672dc56fb16204d26618036c3cb1b92e0149 Author: Mark Thomas <[email protected]> AuthorDate: Thu Aug 27 10:50:35 2026 +0100 Remove unused code --- native/include/ssl_private.h | 12 ------------ 1 file changed, 12 deletions(-) diff --git a/native/include/ssl_private.h b/native/include/ssl_private.h index 8c27f80ba..434f24e87 100644 --- a/native/include/ssl_private.h +++ b/native/include/ssl_private.h @@ -72,18 +72,6 @@ extern ENGINE *tcn_ssl_engine; */ #define TCN_OPENSSL_ERROR_STRING_LENGTH 256 -/* - * Define the SSL options - */ -#define SSL_OPT_NONE (0) -#define SSL_OPT_RELSET (1<<0) -#define SSL_OPT_STDENVVARS (1<<1) -#define SSL_OPT_EXPORTCERTDATA (1<<3) -#define SSL_OPT_FAKEBASICAUTH (1<<4) -#define SSL_OPT_STRICTREQUIRE (1<<5) -#define SSL_OPT_OPTRENEGOTIATE (1<<6) -#define SSL_OPT_ALL (SSL_OPT_STDENVVARS|SSL_OPT_EXPORTCERTDATA|SSL_OPT_FAKEBASICAUTH|SSL_OPT_STRICTREQUIRE|SSL_OPT_OPTRENEGOTIATE) - /* * Define the SSL Protocol options */ --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
