mirror of
https://github.com/DarkStore-3DS/Project_CTR.git
synced 2026-07-03 00:39:14 +00:00
[makerom] misc
This commit is contained in:
@@ -132,7 +132,7 @@ int accessdesc_GetSignFromPreset(exheader_settings *exhdrset)
|
||||
return CANNOT_SIGN_ACCESSDESC;
|
||||
}
|
||||
|
||||
if(!pre_sign->modulus && exhdrset->keys->rsa.requiresPresignedDesc){
|
||||
if(!pre_sign && exhdrset->keys->rsa.requiresPresignedDesc){
|
||||
fprintf(stderr,"[ACEXDESC ERROR] This AccessDesc template needs to be signed, the current keyset is incapable of doing so. Please configure RSF file with the appropriate signature data.\n");
|
||||
return CANNOT_SIGN_ACCESSDESC;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user