mirror of
https://github.com/python/cpython.git
synced 2025-08-03 16:39:00 +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
|
@ -7,7 +7,7 @@
|
|||
<sqlite3Dir>$(externalsDir)\sqlite-3.7.12</sqlite3Dir>
|
||||
<bz2Dir>$(externalsDir)\bzip2-1.0.6</bz2Dir>
|
||||
<lzmaDir>$(externalsDir)\xz-5.0.3</lzmaDir>
|
||||
<opensslDir>$(externalsDir)\openssl-1.0.0j</opensslDir>
|
||||
<opensslDir>$(externalsDir)\openssl-1.0.1c</opensslDir>
|
||||
<tcltkDir>$(externalsDir)\tcltk</tcltkDir>
|
||||
<tcltk64Dir>$(externalsDir)\tcltk64</tcltk64Dir>
|
||||
<tcltkLib>$(tcltkDir)\lib\tcl85.lib;$(tcltkDir)\lib\tk85.lib</tcltkLib>
|
||||
|
|
|
@ -148,7 +148,7 @@ _ssl
|
|||
|
||||
Get the source code through
|
||||
|
||||
svn export http://svn.python.org/projects/external/openssl-1.0.0j
|
||||
svn export http://svn.python.org/projects/external/openssl-1.0.1c
|
||||
|
||||
** 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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue