Skip to content

Commit ee310bc

Browse files
committed
Issue python#21462 PEP 466: upgrade OpenSSL in the Python 2.7 Windows builds
1 parent 529a639 commit ee310bc

2 files changed

Lines changed: 4 additions & 2 deletions

File tree

PCbuild/pyproject.vsprops

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,7 @@
8282
/>
8383
<UserMacro
8484
Name="opensslDir"
85-
Value="$(externalsDir)\openssl-0.9.8y"
85+
Value="$(externalsDir)\openssl-1.0.1g"
8686
/>
8787
<UserMacro
8888
Name="tcltkDir"

Tools/buildbot/external-common.bat

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,7 @@ cd ..
2020
@rem if exist db-4.4.20 rd /s/q db-4.4.20
2121
@rem if exist db-4.7.25.0 rd /s/q db-4.7.25.0
2222
@rem if exist openssl-0.9.8y rd /s/q openssl-0.9.8y
23+
@rem if exist openssl-1.0.1g rd /s/q openssl-1.0.1g
2324
@rem if exist sqlite-3.6.21 rd /s/q sqlite-3.6.21
2425

2526
@rem bzip
@@ -33,7 +34,8 @@ if exist db-4.4.20 rd /s/q db-4.4.20
3334
if not exist db-4.7.25.0 svn export http://svn.python.org/projects/external/db-4.7.25.0
3435

3536
@rem OpenSSL
36-
if not exist openssl-0.9.8y svn export http://svn.python.org/projects/external/openssl-0.9.8y
37+
if exist openssl-0.9.8y rd /s/q openssl-0.9.8y
38+
if not exist openssl-1.0.1g svn export http://svn.python.org/projects/external/openssl-1.0.1g
3739

3840
@rem tcl/tk
3941
if not exist tcl-8.5.15.0 (

0 commit comments

Comments
 (0)