Commit 78161b80 authored by Steve Dower's avatar Steve Dower

Issue #23212: Update Windows copy of OpenSSL to 1.0.1l

parent eb5b91aa
...@@ -82,7 +82,7 @@ ...@@ -82,7 +82,7 @@
/> />
<UserMacro <UserMacro
Name="opensslDir" Name="opensslDir"
Value="$(externalsDir)\openssl-1.0.1j" Value="$(externalsDir)\openssl-1.0.1l"
/> />
<UserMacro <UserMacro
Name="tcltkDir" Name="tcltkDir"
......
...@@ -28,6 +28,7 @@ cd externals ...@@ -28,6 +28,7 @@ cd externals
@rem if exist openssl-1.0.1h rd /s/q openssl-1.0.1h @rem if exist openssl-1.0.1h rd /s/q openssl-1.0.1h
@rem if exist openssl-1.0.1i rd /s/q openssl-1.0.1i @rem if exist openssl-1.0.1i rd /s/q openssl-1.0.1i
@rem if exist openssl-1.0.1j rd /s/q openssl-1.0.1j @rem if exist openssl-1.0.1j rd /s/q openssl-1.0.1j
@rem if exist openssl-1.0.1l rd /s/q openssl-1.0.1l
@rem if exist sqlite-3.6.21 rd /s/q sqlite-3.6.21 @rem if exist sqlite-3.6.21 rd /s/q sqlite-3.6.21
@rem bzip @rem bzip
...@@ -45,8 +46,8 @@ if not exist db-4.7.25.0 svn export %SVNROOT%db-4.7.25.0 ...@@ -45,8 +46,8 @@ if not exist db-4.7.25.0 svn export %SVNROOT%db-4.7.25.0
if not exist nasm-2.11.06 svn export %SVNROOT%nasm-2.11.06 if not exist nasm-2.11.06 svn export %SVNROOT%nasm-2.11.06
@rem OpenSSL @rem OpenSSL
if exist openssl-1.0.1i rd /s/q openssl-1.0.1i if exist openssl-1.0.1j rd /s/q openssl-1.0.1j
if not exist openssl-1.0.1j svn export %SVNROOT%openssl-1.0.1j if not exist openssl-1.0.1l svn export %SVNROOT%openssl-1.0.1l
@rem tcl/tk @rem tcl/tk
if not exist tcl-8.5.15.0 ( if not exist tcl-8.5.15.0 (
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment