summaryrefslogtreecommitdiff
path: root/appveyor.yml
diff options
context:
space:
mode:
authorAlin Serdean <aserdean@cloudbasesolutions.com>2017-07-13 22:30:35 +0000
committerBen Pfaff <blp@ovn.org>2017-07-13 16:35:40 -0700
commit2e72898bbab40f48cc3fe77ce0273bb9bb66e9ac (patch)
treec3b284b65a724f1124bf0b72a2cc62daf297527f /appveyor.yml
parent05901b912531886c1b9e092a8fd95d987e0a9e0a (diff)
downloadopenvswitch-2e72898bbab40f48cc3fe77ce0273bb9bb66e9ac.tar.gz
appveyor: Bump OpenSSL version
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>
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 6ca14794b..b274374e8 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_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
@@ -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