Skip to content

Commit

Permalink
restore line to fix install errors
Browse files Browse the repository at this point in the history
  • Loading branch information
piratesephiroth committed Feb 9, 2016
1 parent 8c30bd6 commit 68b819b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions rxtools/source/features/firm.c
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

1 comment on commit 68b819b

@173210
Copy link
Contributor

@173210 173210 commented on 68b819b Feb 27, 2016

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Is it correct, @motezazer?

Please sign in to comment.