A bit of cleanup

This commit is contained in:
Leonetienne
2022-05-27 16:50:18 +02:00
parent aac31ea5dc
commit 9ed4d95036
7 changed files with 82 additions and 60 deletions
+2 -2
View File
@@ -1,6 +1,6 @@
#include "CommandlineInterface.h"
#include "Configuration.h"
#include "ModulePrepareKey.h"
#include "KeyManager.h"
int main(int argc, char* const* argv) {
@@ -11,7 +11,7 @@ int main(int argc, char* const* argv) {
Configuration::Parse();
// Prepare the key
ModulePrepareKey::PrepareKey();
KeyManager::PrepareKey();
return 0;
}