From b2496f7bdc8442c5c723fad964da0d03cb466dd3 Mon Sep 17 00:00:00 2001 From: "Roger A. Light" Date: Sun, 28 Jun 2015 23:13:48 +0100 Subject: [PATCH] Update appveyor openssl version. --- appveyor.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/appveyor.yml b/appveyor.yml index cb46dea9..ca3ac1f8 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -6,8 +6,8 @@ configuration: - Release install: - - appveyor DownloadFile http://slproweb.com/download/Win32OpenSSL-1_0_2b.exe - - Win32OpenSSL-1_0_2b.exe /silent /verysilent /sp- /suppressmsgboxes + - appveyor DownloadFile http://slproweb.com/download/Win32OpenSSL-1_0_2c.exe + - Win32OpenSSL-1_0_2c.exe /silent /verysilent /sp- /suppressmsgboxes - appveyor DownloadFile ftp://sourceware.org/pub/pthreads-win32/pthreads-w32-2-9-1-release.zip - 7z -y x pthreads-w32-2-9-1-release.zip -oC:\pthreads\ - appveyor DownloadFile "http://sunet.dl.sourceforge.net/project/nsis/NSIS 2/2.46/nsis-2.46-setup.exe" -FileName nsissetup.exe