diff options
author | Zachary Ware <zachary.ware@gmail.com> | 2014-10-17 21:31:57 (GMT) |
---|---|---|
committer | Zachary Ware <zachary.ware@gmail.com> | 2014-10-17 21:31:57 (GMT) |
commit | 4dc7278546992f1d985dd296fc0c0d884b57f0a5 (patch) | |
tree | c0211c8f590f9ce851dd7b990644bdd460540b3c /PCbuild/pyproject.props | |
parent | f88cad00877d4084a89ac7bdbd6d037e9b5d8b98 (diff) | |
parent | baa6d3a01f9716e96ccc8126c863a8e5916e910c (diff) | |
download | cpython-4dc7278546992f1d985dd296fc0c0d884b57f0a5.zip cpython-4dc7278546992f1d985dd296fc0c0d884b57f0a5.tar.gz cpython-4dc7278546992f1d985dd296fc0c0d884b57f0a5.tar.bz2 |
Issue #22644: Update the Windows build to OpenSSL 1.0.1j
Diffstat (limited to 'PCbuild/pyproject.props')
-rw-r--r-- | PCbuild/pyproject.props | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/PCbuild/pyproject.props b/PCbuild/pyproject.props index e566cdc..9f2b0e5 100644 --- a/PCbuild/pyproject.props +++ b/PCbuild/pyproject.props @@ -20,7 +20,7 @@ <sqlite3Dir>$(externalsDir)\sqlite-3.8.3.1</sqlite3Dir> <bz2Dir>$(externalsDir)\bzip2-1.0.6</bz2Dir> <lzmaDir>$(externalsDir)\xz-5.0.5</lzmaDir> - <opensslDir>$(externalsDir)\openssl-1.0.1i</opensslDir> + <opensslDir>$(externalsDir)\openssl-1.0.1j</opensslDir> <tclDir>$(externalsDir)\tcl-8.6.1.0</tclDir> <tkDir>$(externalsDir)\tk-8.6.1.0</tkDir> <tixDir>$(externalsDir)\tix-8.4.3.4</tixDir> |