mirror of
https://github.com/Atmosphere-NX/Atmosphere.git
synced 2025-06-06 17:41:24 -04:00
erpt: remove deprecated fields, they didn't actually change IDs, just the mapping between id and name table index
This commit is contained in:
parent
cefedb4055
commit
0569392faf
10 changed files with 719 additions and 1406 deletions
|
@ -81,7 +81,7 @@ namespace ams::erpt::srv {
|
|||
oaep.Encrypt(cipher, sizeof(cipher), s_key, sizeof(s_key), salt, sizeof(salt));
|
||||
}
|
||||
|
||||
Formatter::AddField(report, ERPT_FIELD_ID(CipherKey), cipher, sizeof(cipher));
|
||||
Formatter::AddField(report, FieldId_CipherKey, cipher, sizeof(cipher));
|
||||
std::memset(s_key, 0, sizeof(s_key));
|
||||
|
||||
R_RETURN(Formatter::End(report));
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue