Change module GenerateKeyfile to more versatile GenerateKey, which doesnt have to output to a file
This commit is contained in:
@@ -21,8 +21,8 @@ void KeyManager::PrepareKey() {
|
||||
}
|
||||
|
||||
// Special-case: We are generating a keyfile:
|
||||
// just take a random one
|
||||
else if (Configuration::activeModule == Configuration::MODULE::GENERATE_KEYFILE) {
|
||||
// generate a random key from hardware events.
|
||||
else if (Configuration::activeModule == Configuration::MODULE::GENERATE_KEY) {
|
||||
key = Key::Random();
|
||||
return;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user