Skip to content

Commit d7224cd

Browse files
committed
Upgraded OpenSSL
Upgraded OpenSSL from Win32OpenSSL_Light-1_0_1f.exe to Win32OpenSSL_Light-1_0_1h.exe
1 parent 164c009 commit d7224cd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

DeployTools.ps1

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ Invoke-WebRequest -uri "http://freefr.dl.sourceforge.net/project/sevenzip/7-Zip/
77
Start-Process -Wait msiexec.exe -ArgumentList "/i $filename /qn"
88
del $filename
99

10-
$filename="Win32OpenSSL_Light-1_0_1f.exe"
10+
$filename="Win32OpenSSL_Light-1_0_1h.exe"
1111
Invoke-WebRequest -Uri "http://slproweb.com/download/$filename" -OutFile $filename
1212
Start-Process -Wait -FilePath $filename -ArgumentList "/silent /verysilent /sp- /suppressmsgboxes"
1313
del $filename

0 commit comments

Comments
 (0)