Skip to content

Commit bda97d9

Browse files
author
Paul Monson
committed
change openssl build type from VC-WIN64A to VC-WIN64A-masm
1 parent 23b4cc5 commit bda97d9

File tree

4 files changed

+5
-2
lines changed

4 files changed

+5
-2
lines changed

Misc/ACKS

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1098,6 +1098,7 @@ Zubin Mithra
10981098
Florian Mladitsch
10991099
Doug Moen
11001100
Juliette Monsel
1101+
Paul Monson
11011102
The Dragon De Monsyne
11021103
Bastien Montagne
11031104
Skip Montanaro
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
Update to OpenSSL 1.1.1a

PCbuild/openssl.props

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,8 @@
1111
</ItemDefinitionGroup>
1212
<PropertyGroup>
1313
<_DLLSuffix>-1_1</_DLLSuffix>
14-
<_DLLSuffix Condition="$(Platform) == 'x64'">$(_DLLSuffix)-x64</_DLLSuffix>
14+
<_DLLSuffix Condition="$(Platform) == 'ARM'">$(_DLLSuffix)-arm</_DLLSuffix>
15+
<_DLLSuffix Condition="$(Platform) == 'ARM'">$(_DLLSuffix)-arm64</_DLLSuffix>
1516
</PropertyGroup>
1617
<ItemGroup>
1718
<_SSLDLL Include="$(opensslOutDir)\libcrypto$(_DLLSuffix).dll" />

PCbuild/openssl.vcxproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@
3737
<ConfigurationType>Makefile</ConfigurationType>
3838
<Bitness>64</Bitness>
3939
<ArchName>amd64</ArchName>
40-
<OpenSSLPlatform>VC-WIN64A</OpenSSLPlatform>
40+
<OpenSSLPlatform>VC-WIN64A-masm</OpenSSLPlatform>
4141
<SupportSigning>true</SupportSigning>
4242
</PropertyGroup>
4343

0 commit comments

Comments
 (0)