summaryrefslogtreecommitdiffstats
path: root/PCbuild
diff options
context:
space:
mode:
authorMartin v. Loewis <martin@v.loewis.de>2013-03-22 21:01:56 (GMT)
committerMartin v. Loewis <martin@v.loewis.de>2013-03-22 21:01:56 (GMT)
commit18613e6e7bda3c6e0c3c23b4ca8f481f8d2e9975 (patch)
tree6651e28fdc3163783be87c6262acd12fcc047952 /PCbuild
parent8651a51c92f23d4dbaa7e55dd9de9a1039c5bbf5 (diff)
downloadcpython-18613e6e7bda3c6e0c3c23b4ca8f481f8d2e9975.zip
cpython-18613e6e7bda3c6e0c3c23b4ca8f481f8d2e9975.tar.gz
cpython-18613e6e7bda3c6e0c3c23b4ca8f481f8d2e9975.tar.bz2
Issue #17425: Build against openssl 0.9.8y on Windows.
Diffstat (limited to 'PCbuild')
-rw-r--r--PCbuild/pyproject.vsprops2
-rw-r--r--PCbuild/readme.txt2
2 files changed, 2 insertions, 2 deletions
diff --git a/PCbuild/pyproject.vsprops b/PCbuild/pyproject.vsprops
index 0b7fa0f..024bfa8 100644
--- a/PCbuild/pyproject.vsprops
+++ b/PCbuild/pyproject.vsprops
@@ -82,7 +82,7 @@
/>
<UserMacro
Name="opensslDir"
- Value="$(externalsDir)\openssl-0.9.8x"
+ Value="$(externalsDir)\openssl-0.9.8y"
/>
<UserMacro
Name="tcltkDir"
diff --git a/PCbuild/readme.txt b/PCbuild/readme.txt
index d3c229d..3395aac 100644
--- a/PCbuild/readme.txt
+++ b/PCbuild/readme.txt
@@ -142,7 +142,7 @@ _ssl
Get the source code through
- svn export http://svn.python.org/projects/external/openssl-0.9.8x
+ svn export http://svn.python.org/projects/external/openssl-0.9.8y
** NOTE: if you use the Tools\buildbot\external(-amd64).bat approach for
obtaining external sources then you don't need to manually get the source