summaryrefslogtreecommitdiffstats
path: root/Tools/buildbot/external.bat
diff options
context:
space:
mode:
Diffstat (limited to 'Tools/buildbot/external.bat')
-rw-r--r--Tools/buildbot/external.bat3
1 files changed, 3 insertions, 0 deletions
diff --git a/Tools/buildbot/external.bat b/Tools/buildbot/external.bat
index 1b032ae..9ce42b5 100644
--- a/Tools/buildbot/external.bat
+++ b/Tools/buildbot/external.bat
@@ -12,3 +12,6 @@ if not exist db-4.4.20 svn export http://svn.python.org/projects/external/db-4.4
if not exist db-4.4.20\build_win32\debug\libdb44sd.lib (
devenv db-4.4.20\build_win32\Berkeley_DB.sln /build Debug /project db_static
)
+
+@rem OpenSSL
+if not exist openssl-0.9.8a svn export http://svn.python.org/projects/external/openssl-0.9.8a