Mangos THREE is a server for World of Warcraft: Cataclysm. The server serves full world content including authentication & scripts support. Compatible with World of Warcraft client 4.3.4 (Build 15595). Report all issues at https://www.getmangos.eu/bug-tracker/mangos-three/ - Playable but unstable. In development.
Raise CMake minimum version to 3.18 (because proper support for OpenSSL 3.x was added in that version).
Put an initialization sequence in mangosd.cpp as instructed by OpenSSL 3 wiki (with slight changes specific to MaNGOS)
Enforced static linkage for OpenSSL libs.
Raise CMake minimum version to 3.18 (because proper support for OpenSSL 3.x was added in that version). Put an initialization sequence in mangosd.cpp as instructed by OpenSSL 3 wiki (with slight changes specific to MaNGOS) Enforced static linkage for OpenSSL libs.
Thank you to @Gamemechanicwow & @H0zen
This change is