From f10788be28dc728255ba62f399ee81ee8d2df54e Mon Sep 17 00:00:00 2001 From: Eren Terzioglu Date: Tue, 2 Jun 2026 12:49:32 +0200 Subject: [PATCH] testing/drivers/crypto: Fix typo on hash test Fix typo issue on hash test Signed-off-by: Eren Terzioglu --- testing/drivers/crypto/hash.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/testing/drivers/crypto/hash.c b/testing/drivers/crypto/hash.c index acbbce0fd..1638bed70 100644 --- a/testing/drivers/crypto/hash.c +++ b/testing/drivers/crypto/hash.c @@ -260,7 +260,7 @@ static const unsigned char sha1_huge_block_result[20] = }; # endif -# ifndef CONFIG_TESTING_CRYPTO_HASH_DISABLE_SHA256 +# ifndef CONFIG_TESTING_CRYPTO_HASH_DISABLE_SHA224 static const unsigned char sha224_huge_block_result[28] = { 0xff, 0x42, 0x9e, 0x92, 0x94, 0xce, 0x0a, 0x31,