1 No use for applink.c OPENSSL_Applink, everything is compiled with the same MSVC
3 --- python3/PCbuild/_ssl.vcxproj.orig2 2019-12-23 15:54:19.254298900 +0100
4 +++ python3/PCbuild/_ssl.vcxproj 2019-12-23 15:54:24.693251200 +0100
6 </ItemDefinitionGroup>
\r
8 <ClCompile Include="..\Modules\_ssl.c" />
\r
9 - <ClCompile Include="$(opensslIncludeDir)\applink.c">
\r
10 - <PreprocessorDefinitions>_CRT_SECURE_NO_WARNINGS;$(PreprocessorDefinitions)</PreprocessorDefinitions>
\r
14 <ResourceCompile Include="..\PC\python_nt.rc" />
\r
15 --- python3/PCbuild/openssl.props.orig 2019-12-23 16:20:34.588135900 +0100
16 +++ python3/PCbuild/openssl.props 2019-12-23 16:20:51.074001300 +0100
18 </ItemDefinitionGroup>
\r
20 <_DLLSuffix>-3</_DLLSuffix>
\r
21 - <_DLLSuffix Condition="$(Platform) == 'ARM'">$(_DLLSuffix)-arm</_DLLSuffix>
\r
22 - <_DLLSuffix Condition="$(Platform) == 'ARM64'">$(_DLLSuffix)-arm64</_DLLSuffix>
\r
23 <OpenSSLDLLSuffix Condition="$(OpenSSLDLLSuffix) == ''">$(_DLLSuffix)</OpenSSLDLLSuffix>
\r