mirror of
https://github.com/python/cpython.git
synced 2026-04-26 22:01:08 +00:00
bpo-33184: Update Windows installer to OpenSSL 1.0.2o (GH-6464)
This commit is contained in:
parent
e98e3385f2
commit
1672c2fbae
4 changed files with 4 additions and 3 deletions
|
|
@ -49,7 +49,7 @@
|
|||
<sqlite3Dir>$(ExternalsDir)sqlite-3.21.0.0\</sqlite3Dir>
|
||||
<bz2Dir>$(ExternalsDir)bzip2-1.0.6\</bz2Dir>
|
||||
<lzmaDir>$(ExternalsDir)xz-5.2.2\</lzmaDir>
|
||||
<opensslDir>$(ExternalsDir)openssl-1.0.2k\</opensslDir>
|
||||
<opensslDir>$(ExternalsDir)openssl-1.0.2o\</opensslDir>
|
||||
<opensslIncludeDir>$(opensslDir)include32</opensslIncludeDir>
|
||||
<opensslIncludeDir Condition="'$(ArchName)' == 'amd64'">$(opensslDir)include64</opensslIncludeDir>
|
||||
<nasmDir>$(ExternalsDir)\nasm-2.11.06\</nasmDir>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue