Typo
Signed-off-by: Gabor Mezei <gabor.mezei@arm.com>
diff --git a/library/ssl_tls13_keys.c b/library/ssl_tls13_keys.c
index fbd23e4..885dd16 100644
--- a/library/ssl_tls13_keys.c
+++ b/library/ssl_tls13_keys.c
@@ -230,8 +230,7 @@
goto cleanup;
}
- /* The constant concatenated to the end of each T(n) is a single octet.
- * */
+ /* The constant concatenated to the end of each T(n) is a single octet. */
status = psa_mac_update( &operation, &c, 1 );
if( status != PSA_SUCCESS )
{
diff --git a/tests/suites/test_suite_ssl.function b/tests/suites/test_suite_ssl.function
index 0c89254..6d3f2ee 100644
--- a/tests/suites/test_suite_ssl.function
+++ b/tests/suites/test_suite_ssl.function
@@ -3853,10 +3853,10 @@
info_len = 0;
- if (prk_len > 0)
+ if( prk_len > 0 )
ASSERT_ALLOC( prk, prk_len );
- if (okm_len > 0)
+ if( okm_len > 0 )
ASSERT_ALLOC( okm, okm_len );
output_ret = mbedtls_psa_hkdf_expand( alg, prk, prk_len,