diff --git a/exosphere/sealedkeys.c b/exosphere/sealedkeys.c index cfcf890e7..668af8005 100644 --- a/exosphere/sealedkeys.c +++ b/exosphere/sealedkeys.c @@ -28,7 +28,7 @@ void unseal_key_internal(unsigned int keyslot, const void *src, const uint8_t *s void seal_titlekey(void *dst, size_t dst_size, const void *src, size_t src_size) { - if (usecase >= CRYPTOUSECASE_MAX || dst_size != 0x10 || src_size != 0x10) { + if (dst_size != 0x10 || src_size != 0x10) { panic(); }