Skip to content
Snippets Groups Projects
Commit 4aff5e97 authored by Andreas Traczyk's avatar Andreas Traczyk
Browse files

contrib: Windows: bump openssl to 3.4.0

Gitlab: #1108
Change-Id: Ib11ddad75a421816c1a954d96c051aff4ea0d6b9
parent cbba52ef
No related branches found
No related tags found
No related merge requests found
--- a/ms/setVSvars.bat
+++ b/ms/setVSvars.bat
@@ -166,7 +166,7 @@ exit /b
:set_VS15VC
if not "%_VS15VC%"=="" goto :eof
- for /f "usebackq tokens=1* delims=: " %%i in (`%~dp0\vswhere -latest -requires Microsoft.VisualStudio.Workload.Universal -requires Microsoft.VisualStudio.ComponentGroup.UWP.VC`) do (
+ for /f "usebackq tokens=1* delims=: " %%i in (`%~dp0\vswhere -latest -requires Microsoft.VisualStudio.Workload.Universal`) do (
if /i "%%i"=="installationPath" set _VS15VC=%%j\VC\Auxiliary\Build
)
if not "%_VS15VC%"=="" goto :eof
--- a/ms/winrt.cpp
+++ b/ms/winrt.cpp
@@ -291,13 +291,6 @@ extern "C"
{
return 0;
}
-
- BOOL WINAPI FlushConsoleInputBuffer(
- _In_ HANDLE hConsoleInput
- )
- {
- return 0;
- }
BOOL DeleteDC(
_In_ HDC hdc
)
--
2.10.2.windows.1
{
"name": "openssl",
"version": "OpenSSL_1_1_1-stable",
"cpe": "cpe:2.3:a:openssl:openssl:1.1.1:*:*:*:*:*:*:*",
"url": "https://github.com/openssl/openssl/archive/__VERSION__.tar.gz",
"version": "openssl-3.4.0",
"cpe": "cpe:2.3:a:openssl:openssl:3.4.0:*:*:*:*:*:*:*",
"url": "https://github.com/openssl/openssl/archive/refs/tags/__VERSION__.tar.gz",
"custom_scripts": {
"build": [
"call perl Configure no-asm no-hw no-tests /Z7 /FS VC-WIN64A",
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment