Skip to content

Commit 3a255d5

Browse files
eren-terzioglujerpelea
authored andcommitted
testing/drivers/crypto: Fix typo on hash test
Fix typo issue on hash test Signed-off-by: Eren Terzioglu <eren.terzioglu@espressif.com>
1 parent 9796690 commit 3a255d5

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

testing/drivers/crypto/hash.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -260,7 +260,7 @@ static const unsigned char sha1_huge_block_result[20] =
260260
};
261261
# endif
262262

263-
# ifndef CONFIG_TESTING_CRYPTO_HASH_DISABLE_SHA256
263+
# ifndef CONFIG_TESTING_CRYPTO_HASH_DISABLE_SHA224
264264
static const unsigned char sha224_huge_block_result[28] =
265265
{
266266
0xff, 0x42, 0x9e, 0x92, 0x94, 0xce, 0x0a, 0x31,

0 commit comments

Comments
 (0)