Update OpenSSL version for Appveyor
diff --git a/appveyor.yml b/appveyor.yml
index 13afbff..711654e 100755
--- a/appveyor.yml
+++ b/appveyor.yml
@@ -40,8 +40,8 @@
- cmake --build . --config release
- cd ..
# OpenSSL
-- appveyor DownloadFile https://slproweb.com/download/Win64OpenSSL-1_0_2d.exe
-- ps: Start-Process Win64OpenSSL-1_0_2d.exe -ArgumentList "/silent /verysilent /sp- /suppressmsgboxes" -Wait
+- appveyor DownloadFile https://slproweb.com/download/Win64OpenSSL-1_0_2e.exe
+- ps: Start-Process Win64OpenSSL-1_0_2e.exe -ArgumentList "/silent /verysilent /sp- /suppressmsgboxes" -Wait
# Libevent
- appveyor DownloadFile https://github.com/libevent/libevent/releases/download/release-2.0.22-stable/libevent-2.0.22-stable.tar.gz
- 7z x libevent-2.0.22-stable.tar.gz -so | 7z x -si -ttar