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>
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
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