mirror of
https://github.com/DarkStore-3DS/Project_CTR.git
synced 2026-07-02 16:59:03 +00:00
Clarify reason for RSA signing failure.
This commit is contained in:
+1
-1
@@ -581,7 +581,7 @@ int GenCciHdr(cci_settings *set)
|
||||
// Sign Header
|
||||
if (Rsa2048Key_CanSign(&set->keys->rsa.cciCfa) == false)
|
||||
{
|
||||
printf("[NCSD WARNING] Failed to sign header\n");
|
||||
printf("[NCSD WARNING] Failed to sign header (key was incomplete)\n");
|
||||
memset(hdr->signature, 0xFF, 0x100);
|
||||
return 0;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user