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 e60018f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion SporeMods/SporeServer/Network.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -115,7 +115,7 @@ 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)
{
Expand Down

0 comments on commit e60018f

Please sign in to comment.