Skip to content

Commit

Permalink
Review comment extending documentation
Browse files Browse the repository at this point in the history
Co-authored-by: yubiuser <[email protected]>
Signed-off-by: Dominik <[email protected]>
  • Loading branch information
DL6ER and yubiuser authored Sep 30, 2024
1 parent 8d1394d commit dec2c8a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/files.c
Original file line number Diff line number Diff line change
Expand Up @@ -812,6 +812,7 @@ bool verify_FTL(bool verbose)
fclose(f);

// Calculate the hash of the binary
// Skip the last 256 bit as it contains the hast itself
uint8_t checksum[SHA256_DIGEST_SIZE];
if(!sha256sum(filename, checksum, true))
{
Expand Down

0 comments on commit dec2c8a

Please sign in to comment.