From ed5640d8b587fbcfed7dd7967f3de04b37a76f26 Mon Sep 17 00:00:00 2001 From: Daniel Baumann Date: Sun, 7 Apr 2024 11:06:44 +0200 Subject: Adding upstream version 4:7.4.7. Signed-off-by: Daniel Baumann --- external/python3/python-3.7.6-msvc-ssl.patch.1 | 25 +++++++++++++++++++++++++ 1 file changed, 25 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..17cc440f2 --- /dev/null +++ b/external/python3/python-3.7.6-msvc-ssl.patch.1 @@ -0,0 +1,25 @@ +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 +@@ -99,9 +99,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,8 +6,6 @@ + + + <_DLLSuffix>-1_1 +- <_DLLSuffix Condition="$(Platform) == 'ARM'">$(_DLLSuffix)-arm +- <_DLLSuffix Condition="$(Platform) == 'ARM64'">$(_DLLSuffix)-arm64 + + + <_SSLDLL Include="$(opensslOutDir)\libcrypto$(_DLLSuffix).dll" /> -- cgit v1.2.3