1
0
mirror of https://github.com/Mbed-TLS/mbedtls.git synced 2025-10-27 12:15:33 +03:00

Fix coding style

Signed-off-by: Max Fillinger <max@max-fillinger.net>
This commit is contained in:
Max Fillinger
2024-09-21 10:48:57 +02:00
committed by Max Fillinger
parent 15f9f5e562
commit 9359f4d703
6 changed files with 63 additions and 42 deletions

View File

@@ -1983,8 +1983,8 @@ void ssl_tls13_exporter(int hash_alg,
TEST_ASSERT(mbedtls_ssl_tls13_exporter(
(psa_algorithm_t) hash_alg,
secret->x, secret->len,
(unsigned char *)label, strlen(label),
(unsigned char *)context_value, strlen(context_value),
(unsigned char *) label, strlen(label),
(unsigned char *) context_value, strlen(context_value),
dst, desired_length) == 0);
TEST_MEMORY_COMPARE(dst, desired_length,