Added module PrepareKey
This commit is contained in:
@@ -1,5 +1,7 @@
|
||||
#include "CommandlineInterface.h"
|
||||
#include "Configuration.h"
|
||||
#include "ModulePrepareKey.h"
|
||||
#include <iostream>
|
||||
|
||||
int main(int argc, char* const* argv) {
|
||||
|
||||
@@ -9,6 +11,9 @@ int main(int argc, char* const* argv) {
|
||||
// Parse configuration
|
||||
Configuration::Parse();
|
||||
|
||||
// Prepare the key
|
||||
ModulePrepareKey::PrepareKey();
|
||||
|
||||
return 0;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user