summaryrefslogtreecommitdiffstats
path: root/PCbuild/python.props
diff options
context:
space:
mode:
authorSteve Dower <steve.dower@python.org>2020-06-12 21:14:53 (GMT)
committerGitHub <noreply@github.com>2020-06-12 21:14:53 (GMT)
commit7e57c367d65f3d0219978b465dc00da15ae3724c (patch)
treef0e296e707174d0379fcffaf92ced5bd3e8dcffb /PCbuild/python.props
parentadce133378be75bcac4d61fd62a151852555000f (diff)
downloadcpython-7e57c367d65f3d0219978b465dc00da15ae3724c.zip
cpython-7e57c367d65f3d0219978b465dc00da15ae3724c.tar.gz
cpython-7e57c367d65f3d0219978b465dc00da15ae3724c.tar.bz2
bpo-40164: Update Windows OpenSSL to 1.1.1g (GH-20834)
Co-authored-by: Srinivas Reddy Thatiparthy (శ్రీనివాస్ రెడ్డి తాటిపర్తి) <thatiparthysreenivas@gmail.com>
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 d1d16d6..6388d1b 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.1f\</opensslDir>
- <opensslOutDir>$(ExternalsDir)openssl-bin-1.1.1f\$(ArchName)\</opensslOutDir>
+ <opensslDir>$(ExternalsDir)openssl-1.1.1g\</opensslDir>
+ <opensslOutDir>$(ExternalsDir)openssl-bin-1.1.1g\$(ArchName)\</opensslOutDir>
<opensslIncludeDir>$(opensslOutDir)include</opensslIncludeDir>
<nasmDir>$(ExternalsDir)\nasm-2.11.06\</nasmDir>
<zlibDir>$(ExternalsDir)\zlib-1.2.11\</zlibDir>