mirror of
https://github.com/Team-Resurgent/XboxCurl.git
synced 2026-08-15 20:18:19 -07:00
9 lines
151 B
C++
9 lines
151 B
C++
#pragma once
|
|
|
|
class ssl_errors
|
|
{
|
|
public:
|
|
static const char* error_to_string(int error);
|
|
static const char* alert_to_string(int alert_code);
|
|
};
|