Commit e38de851 authored by Martin v. Löwis's avatar Martin v. Löwis

Use OpenSSL 1.0.0a on Windows.

parent f10021dd
...@@ -1672,6 +1672,8 @@ Extension Modules ...@@ -1672,6 +1672,8 @@ Extension Modules
Build Build
----- -----
- Use OpenSSL 1.0.0a on Windows.
- Issue #9280: Make sharedinstall depend on sharedmods. - Issue #9280: Make sharedinstall depend on sharedmods.
- Issue #9189: Make a user-specified CFLAGS, CPPFLAGS, or LDFLAGS - Issue #9189: Make a user-specified CFLAGS, CPPFLAGS, or LDFLAGS
......
...@@ -58,7 +58,7 @@ ...@@ -58,7 +58,7 @@
/> />
<UserMacro <UserMacro
Name="opensslDir" Name="opensslDir"
Value="$(externalsDir)\openssl-0.9.8l" Value="$(externalsDir)\openssl-1.0.0a"
/> />
<UserMacro <UserMacro
Name="tcltkDir" Name="tcltkDir"
......
...@@ -139,7 +139,7 @@ _ssl ...@@ -139,7 +139,7 @@ _ssl
Get the source code through Get the source code through
svn export http://svn.python.org/projects/external/openssl-0.9.8l svn export http://svn.python.org/projects/external/openssl-1.0.0a
** NOTE: if you use the Tools\buildbot\external(-amd64).bat approach for ** NOTE: if you use the Tools\buildbot\external(-amd64).bat approach for
obtaining external sources then you don't need to manually get the source 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