Skip to content

Commit

Permalink
appveyor: Renew SSL link.
Browse files Browse the repository at this point in the history
1_0_2a version not available for download.

Signed-off-by: Alin Gabriel Serdean <[email protected]>
Signed-off-by: Gurucharan Shetty <[email protected]>
  • Loading branch information
Alin Serdean authored and shettyg committed Aug 28, 2015
1 parent 8ab4671 commit d8ef07e
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,9 +15,9 @@ init:
Invoke-WebRequest $source -OutFile $destination
$source = "https://slproweb.com/download/Win32OpenSSL-1_0_2a.exe"
$source = "https://slproweb.com/download/Win32OpenSSL-1_0_2d.exe"
$destination = "C:\ovs-build-downloads\Win32OpenSSL-1_0_2a.exe"
$destination = "C:\ovs-build-downloads\Win32OpenSSL-1_0_2d.exe"
Invoke-WebRequest $source -OutFile $destination
Expand All @@ -27,7 +27,7 @@ init:
cd C:\ovs-build-downloads
.\Win32OpenSSL-1_0_2a.exe /silent /verysilent /sp- /suppressmsgboxes
.\Win32OpenSSL-1_0_2d.exe /silent /verysilent /sp- /suppressmsgboxes
Start-Sleep -s 30
Expand Down

0 comments on commit d8ef07e

Please sign in to comment.