Fix build with openssl 1.1.1

This commit is contained in:
Shauren
2024-03-21 21:45:13 +01:00
parent ac5aee6a98
commit 28596792a8

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