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

commit d5f35573d351c8ff8d7ddb1f6cf1f2a7c56bb80b
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 c1e69a52a..a7dbe69cf 100644
--- a/native/include/ssl_private.h
+++ b/native/include/ssl_private.h
@@ -66,18 +66,6 @@
  */
 #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]

Reply via email to