This is an automated email from the ASF dual-hosted git repository.
xiaoxiang781216 pushed a commit to branch releases/13.0
in repository https://gitbox.apache.org/repos/asf/nuttx-apps.git
The following commit(s) were added to refs/heads/releases/13.0 by this push:
new 83150e22c testing/drivers/crypto: Fix typo on hash test
83150e22c is described below
commit 83150e22c983735c9b775fa0ac64ae91c4d7e6b7
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,