(Windows) Updated OpenSSL to 3.3.0

This commit is contained in:
Leon Styhre 2024-04-17 17:32:04 +02:00
parent fa1a504321
commit 0fdf83763d
3 changed files with 10 additions and 10 deletions

View file

@ -161,9 +161,9 @@ if(WIN32)
../freetype.dll ../freetype.dll
../git2.dll ../git2.dll
../glew32.dll ../glew32.dll
../libcrypto-1_1-x64.dll ../libcrypto-3-x64.dll
../libcurl-x64.dll ../libcurl-x64.dll
../libssl-1_1-x64.dll ../libssl-3-x64.dll
../lunasvg.dll ../lunasvg.dll
../pugixml.dll ../pugixml.dll
../rlottie.dll ../rlottie.dll

View file

@ -1,6 +1,6 @@
:: SPDX-License-Identifier: MIT :: SPDX-License-Identifier: MIT
:: ::
:: ES-DE :: ES-DE Frontend
:: Windows_dependencies_build.bat :: Windows_dependencies_build.bat
:: ::
:: Builds the external dependencies in-tree using MSVC. :: Builds the external dependencies in-tree using MSVC.

View file

@ -1,6 +1,6 @@
:: SPDX-License-Identifier: MIT :: SPDX-License-Identifier: MIT
:: ::
:: ES-DE :: ES-DE Frontend
:: Windows_dependencies_setup.bat :: Windows_dependencies_setup.bat
:: ::
:: Downloads and prepares the external dependencies for building in-tree using MSVC. :: Downloads and prepares the external dependencies for building in-tree using MSVC.
@ -309,18 +309,18 @@ if exist fWin64OpenSSL_Light-1_1_1m.exe (
del Win64OpenSSL_Light-1_1_1m.exe del Win64OpenSSL_Light-1_1_1m.exe
) )
if not exist "C:\Program Files\OpenSSL-Win64\libcrypto-1_1-x64.dll" ( if not exist "C:\Program Files\OpenSSL-Win64\libcrypto-3-x64.dll" (
curl -O https://slproweb.com/download/Win64OpenSSL_Light-1_1_1m.exe curl -O https://slproweb.com/download/Win64OpenSSL_Light-3_3_0.exe
:: Run the installer. :: Run the installer.
.\Win64OpenSSL_Light-1_1_1m.exe .\Win64OpenSSL_Light-3_3_0.exe
) )
:: Return to the root of the repository. :: Return to the root of the repository.
cd .. cd ..
if exist "C:\Program Files\OpenSSL-Win64\libcrypto-1_1-x64.dll" ( if exist "C:\Program Files\OpenSSL-Win64\libcrypto-3-x64.dll" (
copy /Y "C:\Program Files\OpenSSL-Win64\libcrypto-1_1-x64.dll" copy /Y "C:\Program Files\OpenSSL-Win64\libcrypto-3-x64.dll"
copy /Y "C:\Program Files\OpenSSL-Win64\libssl-1_1-x64.dll" copy /Y "C:\Program Files\OpenSSL-Win64\libssl-3-x64.dll"
) )
echo: echo: