summaryrefslogtreecommitdiff
path: root/appveyor.yml
diff options
context:
space:
mode:
authorMatěj Cepl <mcepl@cepl.eu>2018-04-12 15:22:58 +0200
committerMatěj Cepl <mcepl@cepl.eu>2018-04-12 15:22:58 +0200
commitd35d084bb19b33a3ba2a78f304ecca6a6f2827bc (patch)
treeee28d3e620be8f5efd89a056663df8920d74f13c /appveyor.yml
parent842f2d7e1fea8b7d4ca4f8db9a623e9c4f750d41 (diff)
downloadm2crypto-d35d084bb19b33a3ba2a78f304ecca6a6f2827bc.tar.gz
Update Windows version of OpenSSL we use.
Diffstat (limited to 'appveyor.yml')
-rw-r--r--appveyor.yml8
1 files changed, 4 insertions, 4 deletions
diff --git a/appveyor.yml b/appveyor.yml
index 84254aa..47fa43c 100644
--- a/appveyor.yml
+++ b/appveyor.yml
@@ -92,12 +92,12 @@ install:
- "%PYTHON%\\Scripts\\pip.exe install -r dev-requirements.txt"
- ECHO "Install OpenSSL 1.1.0 32bit"
- - curl -o Win32OpenSSL-1_1_0g.exe -sSL https://slproweb.com/download/Win32OpenSSL-1_1_0g.exe
- - "Win32OpenSSL-1_1_0g.exe /silent /verysilent /DIR=C:\\OpenSSL-1-1-Win32"
+ - curl -o Win32OpenSSL-1_1_0h.exe -sSL https://slproweb.com/download/Win32OpenSSL-1_1_0h.exe
+ - "Win32OpenSSL-1_1_0h.exe /silent /verysilent /DIR=C:\\OpenSSL-1-1-Win32"
- ECHO "Install OpenSSL 1.1.0 64bit"
- - curl -o Win64OpenSSL-1_1_0g.exe -sSL https://slproweb.com/download/Win64OpenSSL-1_1_0g.exe
- - "Win64OpenSSL-1_1_0g.exe /silent /verysilent /DIR=C:\\OpenSSL-1-1-Win64"
+ - curl -o Win64OpenSSL-1_1_0h.exe -sSL https://slproweb.com/download/Win64OpenSSL-1_1_0h.exe
+ - "Win64OpenSSL-1_1_0h.exe /silent /verysilent /DIR=C:\\OpenSSL-1-1-Win64"
# The pypi version will not install on 2.6
# - "%CMD_IN_ENV% pip install pypiwin32"