Fix build with openssl 1.1.1

(cherry picked from commit 28596792a8)
This commit is contained in:
Shauren
2024-03-21 21:45:13 +01:00
committed by funjoker
parent e769af1044
commit 581c3e330e

View File

@@ -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)
{