fix cppchecker

This commit is contained in:
iceman1001
2021-05-07 11:58:39 +02:00
parent 0eddd72025
commit 3418d747d9
2 changed files with 2 additions and 2 deletions

View File

@@ -121,7 +121,7 @@ void hash2(uint8_t *key64, uint8_t *outp_keytable);
* @param master_key where to put the master key
* @return 0 for ok, 1 for failz
*/
int calculateMasterKey(uint8_t first16bytes[], uint8_t master_key[]);
int calculateMasterKey(uint8_t first16bytes[], uint8_t kcus[]);
/**
* @brief Test function