]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
Use OpenSSL 1.0.0a on Windows.
authorMartin v. Löwis <martin@v.loewis.de>
Fri, 30 Jul 2010 17:30:51 +0000 (17:30 +0000)
committerMartin v. Löwis <martin@v.loewis.de>
Fri, 30 Jul 2010 17:30:51 +0000 (17:30 +0000)
Misc/NEWS
PCbuild/pyproject.vsprops
PCbuild/readme.txt

index ef7433b2b85ae4d0d07c4a7b15f836563c71e461..3955ab1a2f85b1a0009266526a7a5e35da233391 100644 (file)
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -1672,6 +1672,8 @@ Extension Modules
 Build
 -----
 
+- Use OpenSSL 1.0.0a on Windows.
+
 - Issue #9280: Make sharedinstall depend on sharedmods.
 
 - Issue #9189: Make a user-specified CFLAGS, CPPFLAGS, or LDFLAGS
index 1b96e350bd31e8980a8b633fa244ed0838dca323..52cef12d76bbc081dc29b9513582eaa881fef3ec 100644 (file)
@@ -58,7 +58,7 @@
        />
        <UserMacro
                Name="opensslDir"
-               Value="$(externalsDir)\openssl-0.9.8l"
+               Value="$(externalsDir)\openssl-1.0.0a"
        />
        <UserMacro
                Name="tcltkDir"
index 8742b464efca784c39cd6685d4fd2f1772f4618b..eec7d4c8b0bc3356398eaddca89ac9124d10a328 100644 (file)
@@ -139,7 +139,7 @@ _ssl
 
     Get the source code through
 
-    svn export http://svn.python.org/projects/external/openssl-0.9.8l
+    svn export http://svn.python.org/projects/external/openssl-1.0.0a
 
     ** 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