Skip to content

Commit

Permalink
Use the latest supported OpenSSL 1.0.2 release
Browse files Browse the repository at this point in the history
This is for AppVeyor only.  Note, there's no intention to repackage this
hook for Windows currently.  This just to restore the Windows CI/CD
builds for any futuer work we may do.
  • Loading branch information
pcolby committed Mar 13, 2019
1 parent 9e5a273 commit 2b18076
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@ image:
- Visual Studio 2013

install:
- appveyor DownloadFile https://slproweb.com/download/Win32OpenSSL-1_0_2p.exe
- Win32OpenSSL-1_0_2p.exe /sp- /silent /verysilent /suppressmsgboxes '/DIR=C:\OpenSSL-Win32'
- appveyor DownloadFile https://slproweb.com/download/Win32OpenSSL-1_0_2r.exe
- Win32OpenSSL-1_0_2r.exe /sp- /silent /verysilent /suppressmsgboxes '/DIR=C:\OpenSSL-Win32'
- appveyor DownloadFile http://download.qt.io/archive/qt/5.5/5.5.1/single/qt-everywhere-opensource-src-5.5.1.7z

build_script:
Expand Down

0 comments on commit 2b18076

Please sign in to comment.