From cf09b1ebf92c7c734733dee84eb4ad487904fff3 Mon Sep 17 00:00:00 2001 From: Johnny Willemsen Date: Mon, 20 Jul 2026 12:57:04 +0200 Subject: [PATCH] Remove openssl11, OpenSSL 1.0 itself was supported until 2015 * .github/workflows/windows.yml: * config/global.features: * config/openssl.mpb: * docs/html/MakeProjectCreator.html: --- .github/workflows/windows.yml | 1 - config/global.features | 1 - config/openssl.mpb | 9 +-------- docs/html/MakeProjectCreator.html | 2 -- 4 files changed, 1 insertion(+), 12 deletions(-) diff --git a/.github/workflows/windows.yml b/.github/workflows/windows.yml index 612b4262d..c22a67b2a 100644 --- a/.github/workflows/windows.yml +++ b/.github/workflows/windows.yml @@ -78,7 +78,6 @@ jobs: echo "ipv6=1" | out-file -encoding ASCII ${env:ACE_ROOT}/bin/MakeProjectCreator/config/default.features echo "xerces3=1" | out-file -append -encoding ASCII ${env:ACE_ROOT}/bin/MakeProjectCreator/config/default.features echo "ssl=1" | out-file -append -encoding ASCII ${env:ACE_ROOT}/bin/MakeProjectCreator/config/default.features - echo "openssl11=1" | out-file -append -encoding ASCII ${env:ACE_ROOT}/bin/MakeProjectCreator/config/default.features echo "versioned_namespace=1" | out-file -append -encoding ASCII ${env:ACE_ROOT}/bin/MakeProjectCreator/config/default.features echo "zlib=1" | out-file -append -encoding ASCII ${env:ACE_ROOT}/bin/MakeProjectCreator/config/default.features shell: pwsh diff --git a/config/global.features b/config/global.features index cb5e10449..ac7f81157 100644 --- a/config/global.features +++ b/config/global.features @@ -20,7 +20,6 @@ erlang = 0 java = 0 mfc = 0 libpng = 0 -openssl11 = 0 python = 0 qt = 0 // Qt3 qt4 = 0 diff --git a/config/openssl.mpb b/config/openssl.mpb index 84e466fa3..d10fdfe02 100644 --- a/config/openssl.mpb +++ b/config/openssl.mpb @@ -19,7 +19,7 @@ feature(openssl) { } specific(prop:windows) { - lit_libs += libeay32 ssleay32 + lit_libs += libssl libcrypto includes += $(SSL_ROOT)/inc32 libpaths += $(SSL_ROOT)/out32dll $(SSL_ROOT)/out32 } else { @@ -48,10 +48,3 @@ feature(openssl) { includes += ${OPENSSL_INCLUDE_DIR} } } - -feature(openssl11) { - specific(prop:windows) { - lit_libs -= libeay32 ssleay32 - lit_libs += libssl libcrypto - } -} diff --git a/docs/html/MakeProjectCreator.html b/docs/html/MakeProjectCreator.html index 74d223a6f..8fe92768a 100644 --- a/docs/html/MakeProjectCreator.html +++ b/docs/html/MakeProjectCreator.html @@ -6407,8 +6407,6 @@
The Feature File

libpng = 0

-

openssl11 = 0

-

python = 0

qt = 0