From d2475ae1aa514145f516ab240795e4b1486016f4 Mon Sep 17 00:00:00 2001 From: Alexis Mousset Date: Sun, 19 Nov 2017 11:00:25 +0100 Subject: [PATCH] fix(all): Update openssl for windows tests --- .appveyor.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.appveyor.yml b/.appveyor.yml index c6f78d0..0ae01c2 100644 --- a/.appveyor.yml +++ b/.appveyor.yml @@ -2,7 +2,7 @@ environment: matrix: - TARGET: x86_64-pc-windows-msvc BITS: 64 - OPENSSL_VERSION: 1_1_0f + OPENSSL_VERSION: 1_1_0g OPENSSL_DIR: C:\OpenSSL install: - ps: Start-FileDownload "http://slproweb.com/download/Win${env:BITS}OpenSSL-${env:OPENSSL_VERSION}.exe"