diff options
| author | Kitzunu <24550914+Kitzunu@users.noreply.github.com> | 2023-04-01 17:44:31 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2023-04-01 17:44:31 +0200 |
| commit | c1b073250c3d1cec44ee4d71b4da1f3a5a43952a (patch) | |
| tree | c283eb7339c4e5bf7f942be60a07eea59a2d1ed2 /docs | |
| parent | 7245e06afc1816a82f4dd08ea80311ff63dd31c0 (diff) | |
| download | wiki-c1b073250c3d1cec44ee4d71b4da1f3a5a43952a.tar.gz wiki-c1b073250c3d1cec44ee4d71b4da1f3a5a43952a.tar.bz2 wiki-c1b073250c3d1cec44ee4d71b4da1f3a5a43952a.zip | |
Update windows-core-installation.md
* closes https://github.com/azerothcore/wiki/pull/849
Co-authored-by: FiftyTifty <cm@cmrms.com>
Diffstat (limited to 'docs')
| -rw-r--r-- | docs/windows-core-installation.md | 15 |
1 files 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: |
