remove mis-merged code

This commit is contained in:
Lion Kortlepel 2024-10-04 23:04:30 +02:00
parent c74455e0fe
commit 5c77e60f29
No known key found for this signature in database
GPG Key ID: 4322FF2B4C71259B

View File

@ -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;
}