Add clarifying comment to new program section

Mark the beginning of the section that prints
the result with a comment.

Signed-off-by: Thomas Daubney <thomas.daubney@arm.com>
This commit is contained in:
Thomas Daubney 2023-07-28 15:23:06 +01:00
parent a2b7519d63
commit 1f98736e71

View file

@ -144,6 +144,7 @@ int main(void)
mbedtls_printf("One-shot hash operation successful!\n\n");
/* Print out result */
mbedtls_printf("The SHA-256( '%s' ) is: ", buf);
for (size_t j = 0; j < test_sha256_hash_len; j++) {