Skip to content

Commit

Permalink
appveyor: Add a newer ssl link.
Browse files Browse the repository at this point in the history
The older version is no longer available for download.

Signed-off-by: Gurucharan Shetty <[email protected]>
Acked-by: Alin Serdean <[email protected]>
  • Loading branch information
shettyg committed Jun 5, 2015
1 parent a216c3b commit 332eafc
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 = "http://slproweb.com/download/Win32OpenSSL-1_0_1L.exe"
$source = "https://slproweb.com/download/Win32OpenSSL-1_0_2a.exe"
$destination = "C:\ovs-build-downloads\Win32OpenSSL-1_0_1L.exe"
$destination = "C:\ovs-build-downloads\Win32OpenSSL-1_0_2a.exe"
Invoke-WebRequest $source -OutFile $destination
Expand All @@ -27,7 +27,7 @@ init:
cd C:\ovs-build-downloads
.\Win32OpenSSL-1_0_1L.exe /silent /verysilent /sp- /suppressmsgboxes
.\Win32OpenSSL-1_0_2a.exe /silent /verysilent /sp- /suppressmsgboxes
Start-Sleep -s 30
Expand Down

0 comments on commit 332eafc

Please sign in to comment.