This is an automated email from the ASF dual-hosted git repository.
jerpelea pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/nuttx-apps.git
The following commit(s) were added to refs/heads/master by this push:
new 3a255d546 testing/drivers/crypto: Fix typo on hash test
3a255d546 is described below
commit 3a255d5463b2611ef4aeeb67175f3e078ef273d9
Author: Eren Terzioglu <[email protected]>
AuthorDate: Tue Jun 2 12:49:32 2026 +0200
testing/drivers/crypto: Fix typo on hash test
Fix typo issue on hash test
Signed-off-by: Eren Terzioglu <[email protected]>
---
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,