Skip to content

Commit

Permalink
appveyor: Bump OpenSSL version
Browse files Browse the repository at this point in the history
The URL https://slproweb.com/download/Win32OpenSSL-1_0_2k.exe is
no longer valid.

Bump the version of OpenSSL to 1_0_2l.

Signed-off-by: Alin Gabriel Serdean <[email protected]>
Signed-off-by: Ben Pfaff <[email protected]>
  • Loading branch information
Alin Serdean authored and blp committed Jul 13, 2017
1 parent 05901b9 commit 2e72898
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_2k.exe"
$source = "https://slproweb.com/download/Win32OpenSSL-1_0_2l.exe"
$destination = "C:\ovs-build-downloads\Win32OpenSSL-1_0_2k.exe"
$destination = "C:\ovs-build-downloads\Win32OpenSSL-1_0_2l.exe"
Invoke-WebRequest $source -OutFile $destination
Expand All @@ -27,7 +27,7 @@ init:
cd C:\ovs-build-downloads
.\Win32OpenSSL-1_0_2k.exe /silent /verysilent /sp- /suppressmsgboxes
.\Win32OpenSSL-1_0_2l.exe /silent /verysilent /sp- /suppressmsgboxes
Start-Sleep -s 30
Expand Down

0 comments on commit 2e72898

Please sign in to comment.