This is an automated email from the ASF dual-hosted git repository.
markt 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 d513b03de Windows builds will use OpenSSL 3.0.x onwards
d513b03de is described below
commit d513b03de940831c6e6289ffc5c71a80bd4daf08
Author: Mark Thomas <[email protected]>
AuthorDate: Wed Dec 17 14:02:49 2025 +0000
Windows builds will use OpenSSL 3.0.x onwards
(earlier versions are unsupported)
---
native/NMAKEmakefile | 1 -
1 file changed, 1 deletion(-)
diff --git a/native/NMAKEmakefile b/native/NMAKEmakefile
index 76c097367..ce2bfe297 100644
--- a/native/NMAKEmakefile
+++ b/native/NMAKEmakefile
@@ -19,7 +19,6 @@
# Usage:
# APR_DECLARE_STATIC=1 Use static version of the APR
# DISABLE_OCSP=1 Disable OpenSSL OCSP code
-# OPENSSL_NEW_LIBS=1 Use new OpenSSL lib file names
# DEBUG=1 Build DEBUG version of TCN
# STATIC_CRT=Hybrid Build using the 'Hybrid CRT' technique
#
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]