Skip to content

Commit b31d41b

Browse files
committed
Fix openssl patch for python 3.11
1 parent 09886da commit b31d41b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed
Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
--- PCbuild/openssl.props (revision 5c02a39a0b31a330e06b4d6f44835afb205dc7cc)
22
+++ PCbuild/openssl.props (date 1575994670797)
33
@@ -13,6 +13,7 @@
4-
<_DLLSuffix>-1_1</_DLLSuffix>
4+
<_DLLSuffix>-3</_DLLSuffix>
55
<_DLLSuffix Condition="$(Platform) == 'ARM'">$(_DLLSuffix)-arm</_DLLSuffix>
66
<_DLLSuffix Condition="$(Platform) == 'ARM64'">$(_DLLSuffix)-arm64</_DLLSuffix>
77
+ <_DLLSuffix Condition="$(Platform) == 'x64'">$(_DLLSuffix)-x64</_DLLSuffix>
8+
<OpenSSLDLLSuffix Condition="$(OpenSSLDLLSuffix) == ''">$(_DLLSuffix)</OpenSSLDLLSuffix>
89
</PropertyGroup>
910
<ItemGroup>
10-
<_SSLDLL Include="$(opensslOutDir)\libcrypto$(_DLLSuffix).dll" />

0 commit comments

Comments
 (0)