From 940b4d1848e8c70ab7642901a68594e8016caffc Mon Sep 17 00:00:00 2001 From: Daniel Baumann Date: Sat, 27 Apr 2024 18:51:28 +0200 Subject: Adding upstream version 1:7.0.4. Signed-off-by: Daniel Baumann --- external/python3/python-3.7.6-msvc-ssl.patch.1 | 40 ++++++++++++++++++++++++++ 1 file changed, 40 insertions(+) create mode 100644 external/python3/python-3.7.6-msvc-ssl.patch.1 (limited to 'external/python3/python-3.7.6-msvc-ssl.patch.1') diff --git a/external/python3/python-3.7.6-msvc-ssl.patch.1 b/external/python3/python-3.7.6-msvc-ssl.patch.1 new file mode 100644 index 000000000..e8e94f674 --- /dev/null +++ b/external/python3/python-3.7.6-msvc-ssl.patch.1 @@ -0,0 +1,40 @@ +No use for applink.c OPENSSL_Applink, everything is compiled with the same MSVC + +--- python3/PCbuild/_ssl.vcxproj.orig2 2019-12-23 15:54:19.254298900 +0100 ++++ python3/PCbuild/_ssl.vcxproj 2019-12-23 15:54:24.693251200 +0100 +@@ -67,9 +67,6 @@ + + + +- +- _CRT_SECURE_NO_WARNINGS;$(PreprocessorDefinitions) +- + + + +--- python3/PCbuild/openssl.props.orig 2019-12-23 16:20:34.588135900 +0100 ++++ python3/PCbuild/openssl.props 2019-12-23 16:20:51.074001300 +0100 +@@ -6,7 +6,7 @@ + + + $(opensslOutDir);%(AdditionalLibraryDirectories) +- ws2_32.lib;libcrypto.lib;libssl.lib;%(AdditionalDependencies) ++ ws2_32.lib;libeay32.lib;ssleay32.lib;%(AdditionalDependencies) + + + +@@ -15,10 +15,10 @@ + <_DLLSuffix Condition="$(Platform) == 'ARM64'">$(_DLLSuffix)-arm64 + + +- <_SSLDLL Include="$(opensslOutDir)\libcrypto$(_DLLSuffix).dll" /> +- <_SSLDLL Include="$(opensslOutDir)\libcrypto$(_DLLSuffix).pdb" /> +- <_SSLDLL Include="$(opensslOutDir)\libssl$(_DLLSuffix).dll" /> +- <_SSLDLL Include="$(opensslOutDir)\libssl$(_DLLSuffix).pdb" /> ++ <_SSLDLL Include="$(opensslOutDir)\libeay32.dll" /> ++ <_SSLDLL Include="$(opensslOutDir)\libeay32.pdb" /> ++ <_SSLDLL Include="$(opensslOutDir)\ssleay32.dll" /> ++ <_SSLDLL Include="$(opensslOutDir)\ssleay32.pdb" /> + + + -- cgit v1.2.3