mirror of
https://github.com/Mbed-TLS/mbedtls.git
synced 2025-04-23 11:42:31 +00:00
Remove superfluous comment
Signed-off-by: Thomas Daubney <thomas.daubney@arm.com>
This commit is contained in:
parent
cd79f77439
commit
d8453bb184
@ -97,8 +97,6 @@ int main(void)
|
|||||||
return EXIT_FAILURE;
|
return EXIT_FAILURE;
|
||||||
}
|
}
|
||||||
|
|
||||||
/* Note: Here we use sizeof(sample_message) - 1 since we don't wish to
|
|
||||||
* include the null byte in the hash computation */
|
|
||||||
status = psa_hash_update(&hash_operation, sample_message, sample_message_length);
|
status = psa_hash_update(&hash_operation, sample_message, sample_message_length);
|
||||||
if (status != PSA_SUCCESS) {
|
if (status != PSA_SUCCESS) {
|
||||||
mbedtls_printf("psa_hash_update failed\n");
|
mbedtls_printf("psa_hash_update failed\n");
|
||||||
|
Loading…
x
Reference in New Issue
Block a user