mirror of
https://github.com/Atmosphere-NX/Atmosphere.git
synced 2025-05-29 05:55:16 -04:00
ncm: update client code to better reflect latest sysupdate
This commit is contained in:
parent
ca142889c4
commit
320a946fc7
28 changed files with 1432 additions and 110 deletions
|
@ -51,6 +51,7 @@ namespace ams::crypto::impl {
|
|||
/* Check pre-conditions. */
|
||||
AMS_ASSERT(m_state == State_Initialized || m_state == State_Done);
|
||||
AMS_ASSERT(mac_size >= BlockSize);
|
||||
AMS_UNUSED(mac_size);
|
||||
|
||||
/* Ensure we're done. */
|
||||
if (m_state == State_Initialized) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue