update submodules, remove ssl crap

This commit is contained in:
Lion Kortlepel
2022-05-26 11:59:36 +02:00
parent 4f69ca1ad0
commit a0876ed58c
10 changed files with 9 additions and 17 deletions

View File

@@ -29,8 +29,6 @@ namespace Server {
class THttpServerInstance {
public:
THttpServerInstance();
static fs::path KeyFilePath;
static fs::path CertFilePath;
protected:
void operator()();