mirror of
				https://github.com/Atmosphere-NX/Atmosphere.git
				synced 2025-11-04 12:51:17 +01:00 
			
		
		
		
	Revert unnecessary change (thanks @rajkosto)
This commit is contained in:
		
							parent
							
								
									7836609839
								
							
						
					
					
						commit
						054c65dffb
					
				@ -80,7 +80,7 @@ static int decrypt_keyblob(const nx_keyblob_t *keyblobs, uint32_t revision, uint
 | 
			
		||||
    decrypt_data_into_keyslot(0xB, keyslot, keyblob_mac_seed, 0x10);
 | 
			
		||||
    
 | 
			
		||||
    /* Validate keyblob. */
 | 
			
		||||
    se_compute_aes_128_cmac(0xB, work_buffer, 0x10, &keyblob + sizeof(keyblob.mac), sizeof(keyblob) - sizeof(keyblob.mac));
 | 
			
		||||
    se_compute_aes_128_cmac(0xB, work_buffer, 0x10, keyblob.mac + sizeof(keyblob.mac), sizeof(keyblob) - sizeof(keyblob.mac));
 | 
			
		||||
    if (safe_memcmp(keyblob.mac, work_buffer, 0x10)) {
 | 
			
		||||
        return -1;
 | 
			
		||||
    }
 | 
			
		||||
 | 
			
		||||
		Loading…
	
		Reference in New Issue
	
	Block a user