mirror of
https://github.com/Mbed-TLS/mbedtls.git
synced 2025-01-01 09:10:03 +00:00
Add missing newline
Newline character was missing from end of print statement. Signed-off-by: Thomas Daubney <thomas.daubney@arm.com>
This commit is contained in:
parent
1c2378b8b1
commit
cd79f77439
@ -107,7 +107,7 @@ int main(void)
|
||||
|
||||
status = psa_hash_clone(&hash_operation, &cloned_hash_operation);
|
||||
if (status != PSA_SUCCESS) {
|
||||
mbedtls_printf("PSA hash clone failed");
|
||||
mbedtls_printf("PSA hash clone failed\n");
|
||||
goto cleanup;
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user