mirror of
https://github.com/python/cpython.git
synced 2025-08-03 00:23:06 +00:00
bpo-31392: Update SSL build for 1.1.0 (#3448)
This commit is contained in:
parent
efb1d0a3c0
commit
b84bcc48ae
11 changed files with 74 additions and 115 deletions
|
@ -14,11 +14,11 @@
|
|||
<Component Id="sqlite3.dll" Directory="DLLs" Guid="*">
|
||||
<File Name="sqlite3.dll" KeyPath="yes" />
|
||||
</Component>
|
||||
<Component Id="libeay32.dll" Directory="DLLs" Guid="*">
|
||||
<File Name="libeay32.dll" KeyPath="yes" />
|
||||
<Component Id="libcrypto.dll" Directory="DLLs" Guid="*">
|
||||
<File Name="libcrypto$(var.ssltag).dll" KeyPath="yes" />
|
||||
</Component>
|
||||
<Component Id="ssleay32.dll" Directory="DLLs" Guid="*">
|
||||
<File Name="ssleay32.dll" KeyPath="yes" />
|
||||
<Component Id="libssl.dll" Directory="DLLs" Guid="*">
|
||||
<File Name="libssl$(var.ssltag).dll" KeyPath="yes" />
|
||||
</Component>
|
||||
</ComponentGroup>
|
||||
</Fragment>
|
||||
|
@ -36,11 +36,11 @@
|
|||
<Component Id="sqlite3.pdb" Directory="DLLs" Guid="*">
|
||||
<File Name="sqlite3.pdb" />
|
||||
</Component>
|
||||
<Component Id="libeay32.pdb" Directory="DLLs" Guid="*">
|
||||
<File Name="libeay32.pdb" KeyPath="yes" />
|
||||
<Component Id="libcrypto.pdb" Directory="DLLs" Guid="*">
|
||||
<File Name="libcrypto$(var.ssltag).pdb" KeyPath="yes" />
|
||||
</Component>
|
||||
<Component Id="ssleay32.pdb" Directory="DLLs" Guid="*">
|
||||
<File Name="ssleay32.pdb" KeyPath="yes" />
|
||||
<Component Id="libssl.pdb" Directory="DLLs" Guid="*">
|
||||
<File Name="libssl$(var.ssltag).pdb" KeyPath="yes" />
|
||||
</Component>
|
||||
</ComponentGroup>
|
||||
</Fragment>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue