From 01a4861d7602b75b1f553f3adc9e6e622761c089 Mon Sep 17 00:00:00 2001 From: Sheepposu <49356627+Sheepposu@users.noreply.github.com> Date: Mon, 6 Mar 2023 14:12:42 -0600 Subject: [PATCH] Use an archive link for OpenSSL 1.1.1s in BUILDING_ON_WINDOWS.md (#4404) --- 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 11de371d41b..cd89e44268b 100644 --- a/BUILDING_ON_WINDOWS.md +++ b/BUILDING_ON_WINDOWS.md @@ -67,7 +67,7 @@ Note: This installation will take about 2.1 GB of disk space. ### For our websocket library, we need OpenSSL 1.1 -1. Download OpenSSL for windows, version `1.1.1s`: **[Download](https://slproweb.com/download/Win64OpenSSL-1_1_1s.exe)** +1. Download OpenSSL for windows, version `1.1.1s`: **[Download](https://web.archive.org/web/20221101204129/https://slproweb.com/download/Win64OpenSSL-1_1_1s.exe)** 2. When prompted, install OpenSSL to `C:\local\openssl` 3. When prompted, copy the OpenSSL DLLs to "The OpenSSL binaries (/bin) directory".