mirror of
https://github.com/BeamMP/BeamMP-Launcher.git
synced 2025-08-16 16:27:15 +00:00
remove mis-merged code
This commit is contained in:
parent
c74455e0fe
commit
5c77e60f29
@ -87,12 +87,6 @@ std::string HTTP::Get(const std::string& IP) {
|
|||||||
error("Curl easy init failed");
|
error("Curl easy init failed");
|
||||||
return "";
|
return "";
|
||||||
}
|
}
|
||||||
auto result = cli.get_openssl_verify_result();
|
|
||||||
std::string verify_error;
|
|
||||||
if (result) {
|
|
||||||
verify_error = X509_verify_cert_error_string(result);
|
|
||||||
}
|
|
||||||
|
|
||||||
return Ret;
|
return Ret;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user