Fix a bunch of Visual Studio compilation warnings, mostly related to truncating integers.

This commit is contained in:
Myria
2015-12-26 11:38:37 -08:00
parent a2f6616d21
commit fc8eb8ce8c
10 changed files with 58 additions and 58 deletions
+1 -1
View File
@@ -244,7 +244,7 @@ int ctr_rsa_verify_hash(const u8 signature[0x100], const u8 hash[0x20], rsakey20
{
ctr_rsa_context ctx;
u32 result;
u8 output[0x100];
// u8 output[0x100];
if (key->keytype == RSAKEY_INVALID)
return Fail;