mirror of
https://github.com/DarkStore-3DS/Project_CTR.git
synced 2026-07-03 00:39:14 +00:00
Fix a bunch of Visual Studio compilation warnings, mostly related to truncating integers.
This commit is contained in:
+1
-1
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user