Skip to content

Commit 0e078c4

Browse files
committed
WOLFBOOT_HASH_SHA256 has return result
1 parent 22db7b5 commit 0e078c4

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

include/wolfboot/wolfboot.h

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -178,6 +178,7 @@ extern "C" {
178178

179179
/* Hashing configuration */
180180
#if defined(WOLFBOOT_HASH_SHA256)
181+
#define WOLFBOOT_KEYHASH_HAS_RESULT
181182
#include "wolfssl/wolfcrypt/sha256.h"
182183
# ifndef WOLFBOOT_SHA_BLOCK_SIZE
183184
# define WOLFBOOT_SHA_BLOCK_SIZE (256)

0 commit comments

Comments
 (0)