summaryrefslogtreecommitdiff
path: root/appveyor.yml
diff options
context:
space:
mode:
authorAlin Serdean <aserdean@cloudbasesolutions.com>2016-10-04 14:47:28 +0000
committerGurucharan Shetty <guru@ovn.org>2016-10-04 08:50:06 -0700
commit35f108517902c3dd85652d37a7a36e2ceb0bda42 (patch)
treea8eaf0c86a9516275862928ad1b102d6d4dc551b /appveyor.yml
parentead250301d8dc6a87a2e4cbab43983bdce473ec4 (diff)
downloadopenvswitch-35f108517902c3dd85652d37a7a36e2ceb0bda42.tar.gz
appveyor: Update OpenSSL version
OpenSSL version changed from 1.0.2h to 1.0.2j. This patch bumps the version for the appveyor config. Signed-off-by: Alin Gabriel Serdean <aserdean@cloudbasesolutions.com> Signed-off-by: Gurucharan Shetty <guru@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 0fd003bd0..8a6694bec 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_2h.exe"
+ $source = "https://slproweb.com/download/Win32OpenSSL-1_0_2j.exe"
- $destination = "C:\ovs-build-downloads\Win32OpenSSL-1_0_2h.exe"
+ $destination = "C:\ovs-build-downloads\Win32OpenSSL-1_0_2j.exe"
Invoke-WebRequest $source -OutFile $destination
@@ -27,7 +27,7 @@ init:
cd C:\ovs-build-downloads
- .\Win32OpenSSL-1_0_2h.exe /silent /verysilent /sp- /suppressmsgboxes
+ .\Win32OpenSSL-1_0_2j.exe /silent /verysilent /sp- /suppressmsgboxes
Start-Sleep -s 30