Skip to content

Commit

Permalink
Update util/txesbmantool/txesbmantool.c
Browse files Browse the repository at this point in the history
Co-authored-by: Krystian Hebel <[email protected]>
  • Loading branch information
miczyg1 and krystian-hebel authored Jul 30, 2024
1 parent d6a30f4 commit 935b865
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion util/txesbmantool/txesbmantool.c
Original file line number Diff line number Diff line change
Expand Up @@ -776,7 +776,7 @@ static int print_key_hash_from_manifest(const struct manifest *man)
int ret;
wc_Sha256 sha256;
const struct key_signature *key_struct;
uint8_t key_hash[32];
uint8_t key_hash[WC_SHA256_DIGEST_SIZE];

key_struct = &man->key_sig;

Expand Down

0 comments on commit 935b865

Please sign in to comment.