From 73e0653a7c0e1067383b477215b0f9d7250cef34 Mon Sep 17 00:00:00 2001 From: alazymeme Date: Sat, 30 Jan 2021 21:44:33 +1000 Subject: [PATCH] Update OpenSSL download link (#2416) Co-authored-by: pajlada --- BUILDING_ON_WINDOWS.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/BUILDING_ON_WINDOWS.md b/BUILDING_ON_WINDOWS.md index 9aafc7b7..9accd90f 100644 --- a/BUILDING_ON_WINDOWS.md +++ b/BUILDING_ON_WINDOWS.md @@ -29,7 +29,7 @@ Note: This installation will take about 1.5 GB of disk space. ## OpenSSL ### For our websocket library, we need OpenSSL 1.1 -1. Download OpenSSL for windows, version `1.1.1h`: **[Download](https://slproweb.com/download/Win64OpenSSL-1_1_1h.exe)** +1. Download OpenSSL for windows, version `1.1.1i`: **[Download](https://slproweb.com/download/Win64OpenSSL-1_1_1i.exe)** 2. When prompted, install OpenSSL to `C:\local\openssl` 3. When prompted, copy the OpenSSL DLLs to "The OpenSSL binaries (/bin) directory".