mirror of
https://github.com/apache/nuttx-apps.git
synced 2026-08-01 20:29:00 +00:00
testing/drivers/crypto: Fix typo on hash test
Fix typo issue on hash test Signed-off-by: Eren Terzioglu <eren.terzioglu@espressif.com>
This commit is contained in:
parent
9796690b7b
commit
3a255d5463
1 changed files with 1 additions and 1 deletions
|
|
@ -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,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue