summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlan Antonuk <alan.antonuk@gmail.com>2016-08-19 22:32:37 -0700
committerAlan Antonuk <alan.antonuk@gmail.com>2016-08-19 22:32:37 -0700
commit40a5096deb6f47acaec685a5009e76994e3b19fb (patch)
tree8383dcebbd24c33b8152bceb58d9e6393f09cae4
parentedaccdd884f19e54d194b2771031d87dfc82b969 (diff)
downloadrabbitmq-c-openssl-version.tar.gz
CI: Update to latest OpenSSL version in appveyor.openssl-version
-rw-r--r--appveyor.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/appveyor.yml b/appveyor.yml
index 6abd546..184f5be 100644
--- a/appveyor.yml
+++ b/appveyor.yml
@@ -15,7 +15,7 @@ cache:
- c:\deps -> appveyor.yml
install:
- - ps: $file = "Win${env:BITS}OpenSSL-1_0_2g.exe"
+ - ps: $file = "Win${env:BITS}OpenSSL-1_0_2h.exe"
- ps: $dir = "c:\deps"
- ps: $exists = Test-Path "$dir\$file"
- ps: >-