[cpp-msbuild] 01/01: SSPCPP-1021 Migrate Windows build to OpenSSL 3.5
Codeberg
noreply at shibboleth.net
Sun Apr 19 09:55:19 UTC 2026
This is an automated email from the git hooks/post-receive script.
codeberg pushed a commit to branch dev/SSPCPP-1021
in repository cpp-msbuild.
View the commit online:
https://codeberg.org/Shibboleth/cpp-msbuild/commit/bebba8a937095c40fe2b80a1dc4f39a18bd0ec21
commit bebba8a937095c40fe2b80a1dc4f39a18bd0ec21
Author: Rod Widdowson <rdw at steadingsoftware.com>
AuthorDate: Sun Apr 19 10:51:40 2026 +0100
SSPCPP-1021 Migrate Windows build to OpenSSL 3.5
https://shibboleth.atlassian.net/browse/SSPCPP-1021
---
Versions.props | 4 ++--
dependencies/config.bat | 8 ++++----
2 files changed, 6 insertions(+), 6 deletions(-)
diff --git a/Versions.props b/Versions.props
index a66a13b..ca1e897 100644
--- a/Versions.props
+++ b/Versions.props
@@ -111,9 +111,9 @@
<PropertyGroup Label="OpenSSLGeneral">
<!-- Just for now -->
- <OPENSSL_FILE_VERSION Condition="'$(OPENSSL_FILE_VERSION)' == ''">3_3</OPENSSL_FILE_VERSION>
+ <OPENSSL_FILE_VERSION Condition="'$(OPENSSL_FILE_VERSION)' == ''">3_5</OPENSSL_FILE_VERSION>
- <openssl Condition="'$(OPENSSL_DIR)'==''">openssl-3.3.7</openssl>
+ <openssl Condition="'$(OPENSSL_DIR)'==''">openssl-3.5.6</openssl>
<openssl Condition="'$(OPENSSL_DIR)'!=''">$(OPENSSL_DIR)</openssl>
</PropertyGroup>
diff --git a/dependencies/config.bat b/dependencies/config.bat
index c617328..0c24ba4 100644
--- a/dependencies/config.bat
+++ b/dependencies/config.bat
@@ -47,7 +47,7 @@ SET APACHE_24_ROOT64=C:\Apache24-64
goto path_done
:ROD
-set ROOT_DIR=v:\Perforce\VS2017\
+set ROOT_DIR=h:\Perforce\VS2017\
set SED=c:\cygwin64\bin\sed.exe
REM CPP_MM_DIR need not be set if vcvars is called prior to loading Visual studio or running msbuild
rem set CPP_MM_DIR=D:\Program Files (x86)\Microsoft Visual Studio\2017\Professional\VC\Redist\MSVC\14.14.26405\MergeModules
@@ -93,9 +93,9 @@ REM OPENSSL_DIR is the directory name
REM OPENSSL_MM_VERSION is the Merge Module version (and so have to be 3 or 4 dot separated numbers)
REM OPENSSL_FILE_VERSION is the distinction on the name of the DLLS
REM if it changes you *MUST* change Version.props
-set OPENSSL_DIR=openssl-3.3.7
-set OPENSSL_MM_VERSION=3.3.7.0
-set OPENSSL_FILE_VERSION=3_3
+set OPENSSL_DIR=openssl-3.5.6
+set OPENSSL_MM_VERSION=3.5.6.0
+set OPENSSL_FILE_VERSION=3_5
REM
REM CURL CONFIG
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
More information about the commits
mailing list