mirror of
https://github.com/Atmosphere-NX/Atmosphere.git
synced 2025-07-04 00:22:15 +02:00
sealedkeys: call unseal_key_internal in unseal_key instead of seal_key_internal
This commit is contained in:
parent
9d95cfe759
commit
a8721f0f91
@ -59,5 +59,5 @@ void unseal_key(unsigned int keyslot, const void *src, size_t src_size, unsigned
|
||||
panic();
|
||||
}
|
||||
|
||||
seal_key_internal(dst, src, g_seal_key_sources[usecase]);
|
||||
unseal_key_internal(keyslot, src, g_seal_key_sources[usecase]);
|
||||
}
|
Loading…
Reference in New Issue
Block a user