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:
parent
a2b7519d63
commit
1f98736e71
1 changed files with 1 additions and 0 deletions
|
@ -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++) {
|
||||
|
|
Loading…
Reference in a new issue