mirror of
https://github.com/pi-hole/FTL.git
synced 2024-10-26 16:52:18 +02:00
Review comment extending documentation
Co-authored-by: yubiuser <github@yubiuser.dev> Signed-off-by: Dominik <DL6ER@users.noreply.github.com>
This commit is contained in:
@@ -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))
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user