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