summaryrefslogtreecommitdiff
path: root/appveyor.yml
diff options
context:
space:
mode:
authorAlin Gabriel Serdean <aserdean@ovn.org>2018-01-10 21:06:16 +0200
committerAlin Gabriel Serdean <aserdean@ovn.org>2018-01-11 16:30:17 +0200
commitcb9f3089bc78500856351b7b69dc92101f2f2ef2 (patch)
treeaf4f041c8cfab8445be63dde0a5b5e62f0910e77 /appveyor.yml
parent74c4530dca939109f3fb79776b60b8722e149738 (diff)
downloadopenvswitch-cb9f3089bc78500856351b7b69dc92101f2f2ef2.tar.gz
appveyor: Bump OpenSSL version
The URL https://slproweb.com/download/Win32OpenSSL-1_0_2L.exe is no longer valid. Bump the version of OpenSSL to 1_0_2n. Signed-off-by: Alin Gabriel Serdean <aserdean@ovn.org> Acked-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 0bbcf0580..0881e05cc 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_2L.exe"
+ $source = "https://slproweb.com/download/Win32OpenSSL-1_0_2n.exe"
- $destination = "C:\ovs-build-downloads\Win32OpenSSL-1_0_2l.exe"
+ $destination = "C:\ovs-build-downloads\Win32OpenSSL-1_0_2n.exe"
Invoke-WebRequest $source -OutFile $destination
@@ -27,7 +27,7 @@ init:
cd C:\ovs-build-downloads
- .\Win32OpenSSL-1_0_2l.exe /silent /verysilent /sp- /suppressmsgboxes
+ .\Win32OpenSSL-1_0_2n.exe /silent /verysilent /sp- /suppressmsgboxes
Start-Sleep -s 30