mirror of
https://git.eden-emu.dev/eden-emu/eden.git
synced 2026-08-18 22:23:35 +00:00
i implode
This commit is contained in:
@@ -314,6 +314,8 @@ public:
|
||||
std::shared_ptr<Network::SocketBase> socket;
|
||||
};
|
||||
|
||||
namespace {
|
||||
|
||||
Result CreateSSLConnectionBackend(std::unique_ptr<SSLConnectionBackend>* out_backend) {
|
||||
auto conn = std::make_unique<SSLConnectionBackend>();
|
||||
R_TRY(conn->Init());
|
||||
@@ -321,8 +323,6 @@ Result CreateSSLConnectionBackend(std::unique_ptr<SSLConnectionBackend>* out_bac
|
||||
return ResultSuccess;
|
||||
}
|
||||
|
||||
namespace {
|
||||
|
||||
Result CheckOpenSSLErrors() {
|
||||
unsigned long rc;
|
||||
const char* file;
|
||||
|
||||
Reference in New Issue
Block a user