From f8b25bceab4a6df699ca2fee69019aa311a481b5 Mon Sep 17 00:00:00 2001 From: Cold <90683398+Cold-Martijn@users.noreply.github.com> Date: Fri, 22 Oct 2021 15:44:24 +0200 Subject: chore: windows-core-installation.md (#641) * Update windows-core-installation.md Made it clear that OpenSLL files are separate files, not 1 file with a strange name. Also made clear that you only have to download either 32 or 64 bit. * Update windows-core-installation.md Co-authored-by: Kitzunu <24550914+Kitzunu@users.noreply.github.com> --- docs/windows-core-installation.md | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) (limited to 'docs') diff --git a/docs/windows-core-installation.md b/docs/windows-core-installation.md index 24ab23f..24cfb50 100644 --- a/docs/windows-core-installation.md +++ b/docs/windows-core-installation.md @@ -141,15 +141,17 @@ There are three DLL files that need to be manually added to this folder, and you OpenSLL _before_ version 1.1.0: -**libeay32.dll** +**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.0 and more recent installed, names have changed: -**libssl-1_1.dll** +For 32-bit version: +**libssl-1_1.dll** and **libcrypto-1_1.dll** → C:\OpenSSL-Win32\bin -**libssl-1_1-x64.dll** +For 64-bit version: +**libssl-1_1-x64.dll** and **libcrypto-1_1-x64.dll** → C:\OpenSSL-Win64\bin #### About compilation log and report -- cgit