summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorBenjamin Jackson <38561765+heyitsbench@users.noreply.github.com>2022-12-13 13:45:27 -0500
committerGitHub <noreply@github.com>2022-12-13 19:45:27 +0100
commit73a29753c6a9dcd5ef3cd7995c73885f052a4011 (patch)
tree0684f5d3d949e5fe82c898752298fab9d98074e9 /docs
parent8fdf65b390d9a788010f9e50f1a8fb8e5041278c (diff)
downloadwiki-73a29753c6a9dcd5ef3cd7995c73885f052a4011.tar.gz
wiki-73a29753c6a9dcd5ef3cd7995c73885f052a4011.tar.bz2
wiki-73a29753c6a9dcd5ef3cd7995c73885f052a4011.zip
Change OpenSSL section of the Windows install guide to suggest 3.0 instead of 1.0/1.1 (#844)
* Change OpenSSL section of the Windows install guide to 3.0 * Add path for `legacy.dll`
Diffstat (limited to 'docs')
-rw-r--r--docs/windows-core-installation.md2
-rw-r--r--docs/windows-requirements.md4
2 files changed, 3 insertions, 3 deletions
diff --git a/docs/windows-core-installation.md b/docs/windows-core-installation.md
index abf8ef4..07b53f5 100644
--- a/docs/windows-core-installation.md
+++ b/docs/windows-core-installation.md
@@ -157,7 +157,7 @@ For 64-bit version:
#### OpenSSL 3.0 and more recent installed, you need to copy:
-**legacy.dll**
+**legacy.dll** → C:\OpenSSL-Win(32/64)\bin
#### About compilation log and report
diff --git a/docs/windows-requirements.md b/docs/windows-requirements.md
index 69fe92f..2dc686b 100644
--- a/docs/windows-requirements.md
+++ b/docs/windows-requirements.md
@@ -81,9 +81,9 @@
1. [OpenSSL](http://www.slproweb.com/products/Win32OpenSSL.html) Download the 64bit version. Or you can get both if you plan to compile both 32 and 64bit, they can coexist side by side.
- - Find the 64bit version by finding the latest 1.0.x or 1.1.x Win64 OpenSSL that is NOT the "light" version. (Example: Win64 OpenSSL v1.1.1g)
+ - Find the 64bit version by finding the latest 3.0.x Win64 OpenSSL that is NOT the "light" version. (Example: Win64 OpenSSL v3.0.7)
- - Find the 32bit version by finding the latest 1.0.x or 1.1.x Win32 OpenSSL that is NOT the "light" version. (Example: Win32 OpenSSL v1.1.1g)
+ - Find the 32bit version by finding the latest 3.0.x Win32 OpenSSL that is NOT the "light" version. (Example: Win32 OpenSSL v3.0.7)
- *Note #1: If you get a "Missing Microsoft Visual C++ .... Redistributable" error message while installing OpenSSL,*
*Download the [Microsoft Visual C++ 2017/2019/2022 Redistributable Package (x64) (Direct Download)](https://aka.ms/vs/17/release/vc_redist.x64.exe) (1.7MB Installer) and install it.*