summaryrefslogtreecommitdiffstats
path: root/PCbuild/python.props
diff options
context:
space:
mode:
authorSteve Dower <steve.dower@python.org>2020-04-04 14:19:08 (GMT)
committerGitHub <noreply@github.com>2020-04-04 14:19:08 (GMT)
commita1d4dbdfc78e3aed4c245e1810ef24eaa4e744c2 (patch)
treeefde5d539a4d0c5adff08fd4f1d474bb9a925634 /PCbuild/python.props
parent52013e5b6d5ca32eef5a3d65ecdf7db89cefc2fd (diff)
downloadcpython-a1d4dbdfc78e3aed4c245e1810ef24eaa4e744c2.zip
cpython-a1d4dbdfc78e3aed4c245e1810ef24eaa4e744c2.tar.gz
cpython-a1d4dbdfc78e3aed4c245e1810ef24eaa4e744c2.tar.bz2
bpo-40164: Update Windows to OpenSSL 1.1.1f (GH-19359)
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 4cba669..d1d16d6 100644
--- a/PCbuild/python.props
+++ b/PCbuild/python.props
@@ -62,8 +62,8 @@
<libffiDir>$(ExternalsDir)libffi\</libffiDir>
<libffiOutDir>$(ExternalsDir)libffi\$(ArchName)\</libffiOutDir>
<libffiIncludeDir>$(libffiOutDir)include</libffiIncludeDir>
- <opensslDir>$(ExternalsDir)openssl-1.1.1d\</opensslDir>
- <opensslOutDir>$(ExternalsDir)openssl-bin-1.1.1d\$(ArchName)\</opensslOutDir>
+ <opensslDir>$(ExternalsDir)openssl-1.1.1f\</opensslDir>
+ <opensslOutDir>$(ExternalsDir)openssl-bin-1.1.1f\$(ArchName)\</opensslOutDir>
<opensslIncludeDir>$(opensslOutDir)include</opensslIncludeDir>
<nasmDir>$(ExternalsDir)\nasm-2.11.06\</nasmDir>
<zlibDir>$(ExternalsDir)\zlib-1.2.11\</zlibDir>