static analysis: more const

This commit is contained in:
Megamouse 2025-03-04 19:38:16 +01:00
parent d3c5cc7b13
commit a8fc3f5f74
18 changed files with 64 additions and 66 deletions

View file

@ -762,7 +762,7 @@ const u8* KeyVault::GetKlicenseeKey() const
return klicensee_key;
}
void rap_to_rif(unsigned char* rap, unsigned char* rif)
void rap_to_rif(const unsigned char* rap, unsigned char* rif)
{
int i;
int round;