From 89ce634bcb64113e653fd3668b31a3465fb6528d Mon Sep 17 00:00:00 2001 From: Leon Styhre Date: Wed, 30 Oct 2024 20:20:57 +0100 Subject: [PATCH] (Windows) Updated OpenSSL to 3.4.0 --- tools/Windows_dependencies_setup.bat | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/tools/Windows_dependencies_setup.bat b/tools/Windows_dependencies_setup.bat index 7cf4f6222..7bc9e1353 100644 --- a/tools/Windows_dependencies_setup.bat +++ b/tools/Windows_dependencies_setup.bat @@ -382,14 +382,14 @@ copy /Y ffmpeg\lib\swscale.lib .. echo: echo Setting up OpenSSL -if exist fWin64OpenSSL_Light-1_1_1m.exe ( - del Win64OpenSSL_Light-1_1_1m.exe +if exist Win64OpenSSL_Light-3_4_0.exe ( + del Win64OpenSSL_Light-3_4_0.exe ) if not exist "C:\Program Files\OpenSSL-Win64\libcrypto-3-x64.dll" ( - curl -O https://slproweb.com/download/Win64OpenSSL_Light-3_3_0.exe + curl -O https://slproweb.com/download/Win64OpenSSL_Light-3_4_0.exe :: Run the installer. - .\Win64OpenSSL_Light-3_3_0.exe + .\Win64OpenSSL_Light-3_4_0.exe ) :: Return to the root of the repository.