summaryrefslogtreecommitdiff
path: root/appveyor.yml
diff options
context:
space:
mode:
authorAlin Serdean <aserdean@cloudbasesolutions.com>2017-01-31 22:00:51 +0000
committerBen Pfaff <blp@ovn.org>2017-01-31 14:31:48 -0800
commit0c3e38159958cee51d5583737fa070721d0ea3df (patch)
tree0908be166916c276fda30ca32b3aeb8c9ed5d6b8 /appveyor.yml
parentacf5f739ef58eeea868e724ab4b6b8bf0da2f55c (diff)
downloadopenvswitch-0c3e38159958cee51d5583737fa070721d0ea3df.tar.gz
appveyor: Bump OpenSSL version
The URL https://slproweb.com/download/Win32OpenSSL-1_0_2j.exe is no longer valid. Bump to the variables to the latest version of OpenSSL version. Signed-off-by: Alin Gabriel Serdean <aserdean@cloudbasesolutions.com> Signed-off-by: Ben Pfaff <blp@ovn.org>
Diffstat (limited to 'appveyor.yml')
-rw-r--r--appveyor.yml6
1 files changed, 3 insertions, 3 deletions
diff --git a/appveyor.yml b/appveyor.yml
index 3364594ee..edcead621 100644
--- a/appveyor.yml
+++ b/appveyor.yml
@@ -15,9 +15,9 @@ init:
Invoke-WebRequest $source -OutFile $destination
- $source = "https://slproweb.com/download/Win32OpenSSL-1_0_2j.exe"
+ $source = "https://slproweb.com/download/Win32OpenSSL-1_0_2k.exe"
- $destination = "C:\ovs-build-downloads\Win32OpenSSL-1_0_2j.exe"
+ $destination = "C:\ovs-build-downloads\Win32OpenSSL-1_0_2k.exe"
Invoke-WebRequest $source -OutFile $destination
@@ -27,7 +27,7 @@ init:
cd C:\ovs-build-downloads
- .\Win32OpenSSL-1_0_2j.exe /silent /verysilent /sp- /suppressmsgboxes
+ .\Win32OpenSSL-1_0_2k.exe /silent /verysilent /sp- /suppressmsgboxes
Start-Sleep -s 30