commit | 8e3602569b3b5637338e337df94fadb246e72b5f | [log] [tgz] |
---|---|---|
author | Gabor Mezei <gabor.mezei@arm.com> | Thu Feb 17 11:50:02 2022 +0100 |
committer | Gabor Mezei <gabor.mezei@arm.com> | Thu Feb 17 11:50:02 2022 +0100 |
tree | 8a9c928baa5fb15f45fa4fe84972911ef1484558 | |
parent | d917081b8bdfcff8fcf1c788fdbda1eeae9a756d [diff] [blame] |
Typo Signed-off-by: Gabor Mezei <gabor.mezei@arm.com>
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,