Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 6b89973

Browse files
committed
Issue #23212: Update Windows copy of OpenSSL to 1.0.1l
1 parent 26f7b8a commit 6b89973

2 files changed

Lines changed: 5 additions & 5 deletions

File tree

PCbuild/pyproject.props

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
<sqlite3Dir>$(externalsDir)\sqlite-3.8.3.1</sqlite3Dir>
2121
<bz2Dir>$(externalsDir)\bzip2-1.0.6</bz2Dir>
2222
<lzmaDir>$(externalsDir)\xz-5.0.5</lzmaDir>
23-
<opensslDir>$(externalsDir)\openssl-1.0.1j</opensslDir>
23+
<opensslDir>$(externalsDir)\openssl-1.0.1l</opensslDir>
2424
<tcltkDir>$(externalsDir)\tcltk</tcltkDir>
2525
<tcltk64Dir>$(externalsDir)\tcltk64</tcltk64Dir>
2626
<tcltkLib>$(tcltkDir)\lib\tcl86t.lib;$(tcltkDir)\lib\tk86t.lib</tcltkLib>

Tools/buildbot/external-common.bat

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ cd externals
1414
@rem if exist tk-8.6.1.0 rd /s/q tk-8.6.1.0
1515
@rem if exist tix-8.4.3.4 rd /s/q tix-8.4.3.4
1616
@rem if exist db-4.4.20 rd /s/q db-4.4.20
17-
@rem if exist openssl-1.0.1j rd /s/q openssl-1.0.1j
17+
@rem if exist openssl-1.0.1l rd /s/q openssl-1.0.1l
1818
@rem if exist sqlite-3.7.12 rd /s/q sqlite-3.7.12
1919

2020
@rem bzip
@@ -28,9 +28,9 @@ if not exist bzip2-1.0.6 (
2828
if not exist nasm-2.11.06 svn export %SVNROOT%nasm-2.11.06
2929

3030
@rem OpenSSL
31-
if not exist openssl-1.0.1j (
32-
rd /s/q openssl-1.0.1i
33-
svn export %SVNROOT%openssl-1.0.1j
31+
if not exist openssl-1.0.1l (
32+
rd /s/q openssl-1.0.1j
33+
svn export %SVNROOT%openssl-1.0.1l
3434
)
3535

3636
@rem tcl/tk

0 commit comments

Comments
 (0)