Issue #22160: Update OpenSSL to 1.0.1i for the Windows build. · pythoncapi/cpython@22f2d2e · GitHub
Skip to content

Commit 22f2d2e

Browse files
committed
Issue python#22160: Update OpenSSL to 1.0.1i for the Windows build.
1 parent 1241c47 commit 22f2d2e

3 files changed

Lines changed: 7 additions & 7 deletions

File tree

Misc/NEWS

Lines changed: 2 additions & 2 deletions

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.1h</opensslDir>
23+
<opensslDir>$(externalsDir)\openssl-1.0.1i</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

0 commit comments

Comments
 (0)