OpenSSL version changed from 1.0.2g to 1.0.2h this patch bumps the version.
Signed-off-by: Alin Gabriel Serdean <aserd...@cloudbasesolutions.com> --- appveyor.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/appveyor.yml b/appveyor.yml index 422c4af..0fd003b 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_2g.exe" + $source = "https://slproweb.com/download/Win32OpenSSL-1_0_2h.exe" - $destination = "C:\ovs-build-downloads\Win32OpenSSL-1_0_2g.exe" + $destination = "C:\ovs-build-downloads\Win32OpenSSL-1_0_2h.exe" Invoke-WebRequest $source -OutFile $destination @@ -27,7 +27,7 @@ init: cd C:\ovs-build-downloads - .\Win32OpenSSL-1_0_2g.exe /silent /verysilent /sp- /suppressmsgboxes + .\Win32OpenSSL-1_0_2h.exe /silent /verysilent /sp- /suppressmsgboxes Start-Sleep -s 30 -- 1.9.5.msysgit.0 _______________________________________________ dev mailing list dev@openvswitch.org http://openvswitch.org/mailman/listinfo/dev