summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
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.*