summaryrefslogtreecommitdiffstats
path: root/PCbuild/openssl.props
diff options
context:
space:
mode:
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" />