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 <aserdean@cloudbasesolutions.com>
Signed-off-by: Ben Pfaff <blp@ovn.org>
  • Loading branch information
Alin Serdean authored and blp committed Jul 13, 2017
1 parent e49a9a6 commit eb30799
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions appveyor.yml
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 eb30799

Please sign in to comment.