diff options
author | Zachary Ware <zachary.ware@gmail.com> | 2016-02-22 10:08:30 (GMT) |
---|---|---|
committer | Zachary Ware <zachary.ware@gmail.com> | 2016-02-22 10:08:30 (GMT) |
commit | c46a2ebaff1be90707ef28656649bca025e8e395 (patch) | |
tree | 3202f853129ee5ca1f9fd4184e2b55e78b59d291 /PC/VS9.0 | |
parent | be9ddc1d113026f9f5bd9a3f1eda1d56d47b60e8 (diff) | |
download | cpython-c46a2ebaff1be90707ef28656649bca025e8e395.zip cpython-c46a2ebaff1be90707ef28656649bca025e8e395.tar.gz cpython-c46a2ebaff1be90707ef28656649bca025e8e395.tar.bz2 |
Issue #26268: Update Windows builds to use OpenSSL 1.0.2f
Diffstat (limited to 'PC/VS9.0')
-rw-r--r-- | PC/VS9.0/pyproject.vsprops | 2 | ||||
-rw-r--r-- | PC/VS9.0/readme.txt | 9 |
2 files changed, 5 insertions, 6 deletions
diff --git a/PC/VS9.0/pyproject.vsprops b/PC/VS9.0/pyproject.vsprops index 5625f9d..1570615 100644 --- a/PC/VS9.0/pyproject.vsprops +++ b/PC/VS9.0/pyproject.vsprops @@ -82,7 +82,7 @@ />
<UserMacro
Name="opensslDir"
- Value="$(externalsDir)\openssl-1.0.2d"
+ Value="$(externalsDir)\openssl-1.0.2f"
/>
<UserMacro
Name="tcltkDir"
diff --git a/PC/VS9.0/readme.txt b/PC/VS9.0/readme.txt index 92d5c8a..90334bf 100644 --- a/PC/VS9.0/readme.txt +++ b/PC/VS9.0/readme.txt @@ -132,7 +132,7 @@ _ssl Get the source code through
- svn export http://svn.python.org/projects/external/openssl-1.0.2d
+ svn export http://svn.python.org/projects/external/openssl-1.0.2f
** NOTE: if you use the PCbuild\get_externals.bat approach for
obtaining external sources then you don't need to manually get the source
@@ -145,11 +145,10 @@ _ssl http://www.nasm.us/
and add NASM to your PATH.
- You can also install ActivePerl from
+ You will also need ActivePerl from
http://www.activestate.com/activeperl/
- if you like to use the official sources instead of the files from
- python's subversion repository. The svn version contains pre-build
- makefiles and assembly files.
+ in order to create the necessary makefiles and .asm files for building
+ OpenSSL.
The build process makes sure that no patented algorithms are included.
For now RC5, MDC2 and IDEA are excluded from the build. You may have
|