mirror of
https://github.com/python/cpython.git
synced 2025-08-03 08:34:29 +00:00
Upgrade OpenSSL to 1.0.1c
This commit is contained in:
parent
dcd1c0c627
commit
e01eb4cc80
7 changed files with 13 additions and 8 deletions
|
@ -153,9 +153,9 @@ _ssl
|
|||
|
||||
Unpack into the "dist" directory, retaining the folder name from
|
||||
the archive - for example, the latest stable OpenSSL will install as
|
||||
dist/openssl-1.0.0j
|
||||
dist/openssl-1.0.1c
|
||||
|
||||
You need to use version 1.0.0j of OpenSSL.
|
||||
You need to use version 1.0.1c of OpenSSL.
|
||||
|
||||
You can install the NASM assembler from
|
||||
http://www.nasm.us/
|
||||
|
|
|
@ -58,7 +58,7 @@
|
|||
/>
|
||||
<UserMacro
|
||||
Name="opensslDir"
|
||||
Value="$(externalsDir)\openssl-1.0.0j"
|
||||
Value="$(externalsDir)\openssl-1.0.1c"
|
||||
/>
|
||||
<UserMacro
|
||||
Name="tcltkDir"
|
||||
|
|
|
@ -62,7 +62,7 @@
|
|||
/>
|
||||
<UserMacro
|
||||
Name="opensslDir"
|
||||
Value="$(externalsDir)\openssl-1.0.0j"
|
||||
Value="$(externalsDir)\openssl-1.0.1c"
|
||||
/>
|
||||
<UserMacro
|
||||
Name="tcltkDir"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue