From dec2c8a70059589549875251f2c0932e2fbd98f1 Mon Sep 17 00:00:00 2001 From: Dominik Date: Mon, 30 Sep 2024 21:34:16 +0200 Subject: [PATCH] Review comment extending documentation Co-authored-by: yubiuser Signed-off-by: Dominik --- src/files.c | 1 + 1 file changed, 1 insertion(+) diff --git a/src/files.c b/src/files.c index 98834f19..7a1a02d5 100644 --- a/src/files.c +++ b/src/files.c @@ -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)) {