mirror of
https://git.suyu.dev/suyu/suyu.git
synced 2024-11-22 14:52:45 +01:00
disable title keys autogeneration
This commit is contained in:
parent
c1a1731324
commit
e6589b58ad
1 changed files with 5 additions and 5 deletions
|
@ -1299,11 +1299,11 @@ bool KeyManager::AddTicket(const Ticket& ticket) {
|
|||
return true;
|
||||
}
|
||||
|
||||
const auto key = ParseTicketTitleKey(ticket);
|
||||
if (!key) {
|
||||
return false;
|
||||
}
|
||||
SetKey(S128KeyType::Titlekey, key.value(), rights_id[1], rights_id[0]);
|
||||
// const auto key = ParseTicketTitleKey(ticket);
|
||||
// if (!key) {
|
||||
// return false;
|
||||
// }
|
||||
// SetKey(S128KeyType::Titlekey, key.value(), rights_id[1], rights_id[0]);
|
||||
return true;
|
||||
}
|
||||
} // namespace Core::Crypto
|
||||
|
|
Loading…
Reference in a new issue