mirror of
https://github.com/ceph/ceph
synced 2026-08-02 07:03:18 +00:00
win32_deps_bild: bump openssl version
The Windows build is using a very old OpenSSL version (1.1.1c), we'll bump the version to 3.0.16. Signed-off-by: Lucian Petrut <lpetrut@cloudbasesolutions.com>
This commit is contained in:
parent
3095ee1395
commit
406625d7aa
@ -233,8 +233,8 @@ if [[ -z $SKIP_DLL_COPY ]]; then
|
|||||||
required_dlls=(
|
required_dlls=(
|
||||||
$zlibDir/zlib1.dll
|
$zlibDir/zlib1.dll
|
||||||
$lz4Dir/lib/dll/liblz4-1.dll
|
$lz4Dir/lib/dll/liblz4-1.dll
|
||||||
$sslDir/bin/libcrypto-1_1-x64.dll
|
$sslDir/bin/libcrypto-3-x64.dll
|
||||||
$sslDir/bin/libssl-1_1-x64.dll
|
$sslDir/bin/libssl-3-x64.dll
|
||||||
$mingwLibpthreadDir/libwinpthread-1.dll)
|
$mingwLibpthreadDir/libwinpthread-1.dll)
|
||||||
if [[ $ENABLE_SHARED == "ON" ]]; then
|
if [[ $ENABLE_SHARED == "ON" ]]; then
|
||||||
required_dlls+=(
|
required_dlls+=(
|
||||||
|
|||||||
@ -11,7 +11,7 @@ depsToolsetDir="$DEPS_DIR/mingw"
|
|||||||
lz4SrcDir="${depsSrcDir}/lz4"
|
lz4SrcDir="${depsSrcDir}/lz4"
|
||||||
lz4Dir="${depsToolsetDir}/lz4"
|
lz4Dir="${depsToolsetDir}/lz4"
|
||||||
lz4Tag="v1.9.2"
|
lz4Tag="v1.9.2"
|
||||||
sslTag="OpenSSL_1_1_1c"
|
sslTag="openssl-3.0.16"
|
||||||
sslDir="${depsToolsetDir}/openssl"
|
sslDir="${depsToolsetDir}/openssl"
|
||||||
sslSrcDir="${depsSrcDir}/openssl"
|
sslSrcDir="${depsSrcDir}/openssl"
|
||||||
|
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user