summaryrefslogtreecommitdiffstats
path: root/PCbuild/openssl.props
diff options
context:
space:
mode:
authorSteve Dower <steve.dower@python.org>2023-07-12 12:46:30 (GMT)
committerGitHub <noreply@github.com>2023-07-12 12:46:30 (GMT)
commite2d7366fb3df44e7434132636d49f22d6d25cc9f (patch)
tree181b5fb09711f3c602364c22aaadfa85a108bf17 /PCbuild/openssl.props
parent2ca008e2b738b8c08b4bf46b2b23f315d6510d92 (diff)
downloadcpython-e2d7366fb3df44e7434132636d49f22d6d25cc9f.zip
cpython-e2d7366fb3df44e7434132636d49f22d6d25cc9f.tar.gz
cpython-e2d7366fb3df44e7434132636d49f22d6d25cc9f.tar.bz2
gh-99079: Update Windows build to use OpenSSL 3.0.9 (GH-106649)
Diffstat (limited to 'PCbuild/openssl.props')
-rw-r--r--PCbuild/openssl.props4
1 files changed, 2 insertions, 2 deletions
diff --git a/PCbuild/openssl.props b/PCbuild/openssl.props
index 7071bb5..5fd708b 100644
--- a/PCbuild/openssl.props
+++ b/PCbuild/openssl.props
@@ -10,10 +10,10 @@
</Link>
</ItemDefinitionGroup>
<PropertyGroup>
- <_DLLSuffix>-1_1</_DLLSuffix>
+ <_DLLSuffix>-3</_DLLSuffix>
<_DLLSuffix Condition="$(Platform) == 'ARM'">$(_DLLSuffix)-arm</_DLLSuffix>
<_DLLSuffix Condition="$(Platform) == 'ARM64'">$(_DLLSuffix)-arm64</_DLLSuffix>
- <OpenSSLDLLSuffix>$(_DLLSuffix)</OpenSSLDLLSuffix>
+ <OpenSSLDLLSuffix Condition="$(OpenSSLDLLSuffix) == ''">$(_DLLSuffix)</OpenSSLDLLSuffix>
</PropertyGroup>
<ItemGroup>
<_SSLDLL Include="$(opensslOutDir)\libcrypto$(_DLLSuffix).dll" />