mirror of
https://github.com/TrinityCore/TrinityCore.git
synced 2026-01-15 23:20:36 +01:00
Fix build with openssl 1.1.1
This commit is contained in:
@@ -119,7 +119,7 @@ bool Battlenet::SslContext::Initialize()
|
||||
|
||||
_usesDevWildcardCertificate = [&]
|
||||
{
|
||||
X509_NAME const* nm = X509_get_subject_name(cert);
|
||||
X509_NAME* nm = X509_get_subject_name(cert);
|
||||
int32 lastpos = -1;
|
||||
while (true)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user