summaryrefslogtreecommitdiffstats
path: root/PCbuild/python.props
diff options
context:
space:
mode:
authorZachary Ware <zach@python.org>2024-02-06 00:11:15 (GMT)
committerGitHub <noreply@github.com>2024-02-06 00:11:15 (GMT)
commitb967eabedf2561d41c4be2f30dfd2e2cbd0e44bc (patch)
tree05730abe57f2e3cae60db8662b5d47a1ff16de03 /PCbuild/python.props
parent94ad68264c5d1651b601787fe10a379afe6ee18b (diff)
downloadcpython-b967eabedf2561d41c4be2f30dfd2e2cbd0e44bc.zip
cpython-b967eabedf2561d41c4be2f30dfd2e2cbd0e44bc.tar.gz
cpython-b967eabedf2561d41c4be2f30dfd2e2cbd0e44bc.tar.bz2
[3.12] gh-109991: Update Windows build to use OpenSSL 3.0.13 (#115047)
(cherry picked from commit 01dceba13e872e9ca24b8e00a2b75db3d0d6c1a3)
Diffstat (limited to 'PCbuild/python.props')
-rw-r--r--PCbuild/python.props4
1 files changed, 2 insertions, 2 deletions
diff --git a/PCbuild/python.props b/PCbuild/python.props
index 496bc3d..9a003c6 100644
--- a/PCbuild/python.props
+++ b/PCbuild/python.props
@@ -74,8 +74,8 @@
<libffiDir Condition="$(libffiDir) == ''">$(ExternalsDir)libffi-3.4.4\</libffiDir>
<libffiOutDir Condition="$(libffiOutDir) == ''">$(libffiDir)$(ArchName)\</libffiOutDir>
<libffiIncludeDir Condition="$(libffiIncludeDir) == ''">$(libffiOutDir)include</libffiIncludeDir>
- <opensslDir Condition="$(opensslDir) == ''">$(ExternalsDir)openssl-3.0.11\</opensslDir>
- <opensslOutDir Condition="$(opensslOutDir) == ''">$(ExternalsDir)openssl-bin-3.0.11\$(ArchName)\</opensslOutDir>
+ <opensslDir Condition="$(opensslDir) == ''">$(ExternalsDir)openssl-3.0.13\</opensslDir>
+ <opensslOutDir Condition="$(opensslOutDir) == ''">$(ExternalsDir)openssl-bin-3.0.13\$(ArchName)\</opensslOutDir>
<opensslIncludeDir Condition="$(opensslIncludeDir) == ''">$(opensslOutDir)include</opensslIncludeDir>
<nasmDir Condition="$(nasmDir) == ''">$(ExternalsDir)\nasm-2.11.06\</nasmDir>
<zlibDir Condition="$(zlibDir) == ''">$(ExternalsDir)\zlib-1.2.13\</zlibDir>