Skip to content

Commit

Permalink
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 b188558 commit d5f1769
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion SporeFixOnline/dllmain.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,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 d5f1769

Please sign in to comment.