diff options
| author | Kitzunu <24550914+Kitzunu@users.noreply.github.com> | 2023-04-30 00:52:54 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2023-04-30 00:52:54 +0200 |
| commit | 0829c5ab7e885bb9366a1dfeb301cdc7911a445e (patch) | |
| tree | 72e7270322077eef32d13ea80c8fadb16e9f2505 /docs | |
| parent | 4f73248befffdab62c4a039b8fcc4f652ca3eb97 (diff) | |
| download | wiki-0829c5ab7e885bb9366a1dfeb301cdc7911a445e.tar.gz wiki-0829c5ab7e885bb9366a1dfeb301cdc7911a445e.tar.bz2 wiki-0829c5ab7e885bb9366a1dfeb301cdc7911a445e.zip | |
Update windows-core-installation.md (#898)
Diffstat (limited to 'docs')
| -rw-r--r-- | docs/windows-core-installation.md | 17 |
1 files changed, 9 insertions, 8 deletions
diff --git a/docs/windows-core-installation.md b/docs/windows-core-installation.md index 79d9356..fdc0f28 100644 --- a/docs/windows-core-installation.md +++ b/docs/windows-core-installation.md @@ -151,24 +151,25 @@ There are two/three DLL files that need to be manually added to this folder, and #### OpenSSL _before_ version 1.1.0: -**libeay32.dll** and -**ssleay32.dll** → C:\OpenSSL-Win64\ or C:\OpenSSL-Win32\ *(depends on if your core is 64-bit or 32-bit)*. +**libeay32.dll** and **ssleay32.dll** → C:\OpenSSL-Win64\ or C:\OpenSSL-Win32\ *(depends on if your core is 64-bit or 32-bit)*. #### OpenSSL 1.1.x names have changed: For 32-bit version: -**libssl-1_1.dll** and -**libcrypto-1_1.dll** → C:\OpenSSL-Win32\bin +**libssl-1_1.dll** and **libcrypto-1_1.dll** → C:\OpenSSL-Win32\bin For 64-bit version: -**libssl-1_1-x64.dll** and -**libcrypto-1_1-x64.dll** → C:\OpenSSL-Win64\bin +**libssl-1_1-x64.dll** and **libcrypto-1_1-x64.dll** → C:\OpenSSL-Win64\bin #### OpenSSL 3.0 and more recent installed, you need to copy: **legacy.dll** → C:\OpenSSL-Win(32/64)\bin -**libcrypto-3(-x64).dll** → C:\OpenSSL-Win(32/64)\bin -**libssl-3(-x64).dll** → C:\OpenSSL-Win(32/64)\bin + +For 32-bit version: +**libcrypto-3.dll** and **libssl-3.dll** → C:\OpenSSL-Win32\bin + +For 64-bit version: +**libcrypto-3-x64.dll** and **libssl-3-x64.dll** → C:\OpenSSL-Win64\bin #### About compilation log and report |
