Skip to content

Commit

Permalink
Merge pull request #401 from piratesephiroth/master
Browse files Browse the repository at this point in the history
restore firm.c line to fix install errors
  • Loading branch information
capito27 committed Feb 10, 2016
2 parents 8c30bd6 + 68b819b commit d2ee1bc
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions rxtools/source/features/firm.c
Original file line number Diff line number Diff line change
Expand Up @@ -108,6 +108,7 @@ static int decryptFirmKtrArm9(void *p)
setup_aeskeyX(info.keyslot, key);
} else {
info.keyslot = 0x16;
aes_decrypt(hdr->ext.s.keyX_0x16, key, NULL, 1, AES_ECB_DECRYPT_MODE);
}

return DecryptPartition(&info);
Expand Down

0 comments on commit d2ee1bc

Please sign in to comment.