Skip to content

Commit 4706227

Browse files
Update util/txesbmantool/txesbmantool.c
Co-authored-by: Krystian Hebel <krystian.hebel@3mdeb.com>
1 parent c8ba2c2 commit 4706227

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

util/txesbmantool/txesbmantool.c

+1-1
Original file line numberDiff line numberDiff line change
@@ -776,7 +776,7 @@ static int print_key_hash_from_manifest(const struct manifest *man)
776776
int ret;
777777
wc_Sha256 sha256;
778778
const struct key_signature *key_struct;
779-
uint8_t key_hash[32];
779+
uint8_t key_hash[WC_SHA256_DIGEST_SIZE];
780780

781781
key_struct = &man->key_sig;
782782

0 commit comments

Comments
 (0)