Skip to content

Commit

Permalink
SporeMods: add support for WINE
Browse files Browse the repository at this point in the history
  • Loading branch information
Rosalie241 committed Nov 7, 2024
1 parent 0bf313d commit dac3023
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions SporeMods/SporeServer/Network.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -115,11 +115,11 @@ static_detour(NetSSLVerifyConnection, int(void*, char*)) {
X509_ASN_ENCODING,
x509_cert_buf,
x509_cert_len,
CERT_CREATE_CONTEXT_NOCOPY_FLAG,
0,
nullptr);
if (cert_ctx == nullptr)
{
return 1;
goto out;
}

// retrieve hash of PCCERT_CONTEXT
Expand Down

0 comments on commit dac3023

Please sign in to comment.