Commit 3dd3d7c6 authored by Steve Dower's avatar Steve Dower

Issue #24432: Update Windows builds to use OpenSSL 1.0.2c.

parent 99e36b9a
......@@ -92,6 +92,12 @@ Library
- Issue #24134: Reverted issue #24134 changes.
Build
-----
- Issue #24432: Update Windows builds to use OpenSSL 1.0.2c.
IDLE
----
......
......@@ -55,7 +55,7 @@ for %%e in (
bzip2-1.0.6
db-4.7.25.0
nasm-2.11.06
openssl-1.0.2a
openssl-1.0.2c
tcl-8.5.15.0
tk-8.5.15.0
tix-8.4.3.5
......
......@@ -82,7 +82,7 @@
/>
<UserMacro
Name="opensslDir"
Value="$(externalsDir)\openssl-1.0.2a"
Value="$(externalsDir)\openssl-1.0.2c"
/>
<UserMacro
Name="tcltkDir"
......
......@@ -132,7 +132,7 @@ _ssl
Get the source code through
svn export http://svn.python.org/projects/external/openssl-1.0.2a
svn export http://svn.python.org/projects/external/openssl-1.0.2c
** NOTE: if you use the PCbuild\get_externals.bat approach for
obtaining external sources then you don't need to manually get the source
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment