From 427f2ab329458611ab186352abc0bd8a6f1b731a Mon Sep 17 00:00:00 2001 From: Dominik Ermel Date: Tue, 22 Aug 2023 13:56:01 +0000 Subject: [PATCH] crypto: Do not review me I am just a stats commit Hello I am stats gathering commit that is intended to go through CI and get some numbers on how long it takes me to be cool for others. Signed-off-by: Dominik Ermel --- samples/crypto/sha256/src/main.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/samples/crypto/sha256/src/main.c b/samples/crypto/sha256/src/main.c index 41b2ea955129..289648a81a73 100644 --- a/samples/crypto/sha256/src/main.c +++ b/samples/crypto/sha256/src/main.c @@ -77,7 +77,7 @@ int hash_singlepart_sha256(void) } LOG_INF("Hashing successful!"); - PRINT_HEX("SHA256 hash", m_hash, sizeof(m_hash)); + PRINT_HEX("SHA256 shash", m_hash, sizeof(m_hash)); return APP_SUCCESS; }