From c1b073250c3d1cec44ee4d71b4da1f3a5a43952a Mon Sep 17 00:00:00 2001 From: Kitzunu <24550914+Kitzunu@users.noreply.github.com> Date: Sat, 1 Apr 2023 17:44:31 +0200 Subject: Update windows-core-installation.md * closes https://github.com/azerothcore/wiki/pull/849 Co-authored-by: FiftyTifty --- docs/windows-core-installation.md | 15 ++++++++++++--- 1 file changed, 12 insertions(+), 3 deletions(-) diff --git a/docs/windows-core-installation.md b/docs/windows-core-installation.md index 07b53f5..7b430de 100644 --- a/docs/windows-core-installation.md +++ b/docs/windows-core-installation.md @@ -122,9 +122,18 @@ authserver.pbd worldserver.exe worldserver.pdb libmysql.dll -libeay32.dll / libcrypto-1_1.dll / libcrypto-1_1-x64.dll (Only for OpenSSL 1.1.x and below) -ssleay32.dll / libssl-1_1.dll / libssl-1_1-x64.dll (Only for OpenSSL 1.1.x and below) -legacy.dll (Only for OpenSSL 3.0 and later) + +--------- +For OpenSSL 1.1.x +libeay32.dll / libcrypto-1_1.dll / libcrypto-1_1-x64.dll +ssleay32.dll / libssl-1_1.dll / libssl-1_1-x64.dll + +--------- +For OpenSSL 3.0 and later + +legacy.dll +libcrypto-3.dll / libcrypto-3-x64.dll +libssl-3.dll / libssl-3-x64.dll ``` In the **configs** folder you should find: -- cgit