From ee9686b446d04fea36aedefbf5a962fd55f18486 Mon Sep 17 00:00:00 2001 From: Neil Armstrong Date: Fri, 25 Feb 2022 15:47:34 +0100 Subject: [PATCH] Fix style issue in hash_setup() Signed-off-by: Neil Armstrong --- tests/suites/test_suite_psa_crypto.function | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/suites/test_suite_psa_crypto.function b/tests/suites/test_suite_psa_crypto.function index af6ef7942a..97bb8e7401 100644 --- a/tests/suites/test_suite_psa_crypto.function +++ b/tests/suites/test_suite_psa_crypto.function @@ -1910,7 +1910,7 @@ void hash_setup( int alg_arg, PSA_ASSERT( psa_crypto_init( ) ); /* Hash Setup, one-shot */ - output_size = PSA_HASH_LENGTH(alg); + output_size = PSA_HASH_LENGTH( alg ); ASSERT_ALLOC( output, output_size ); status = psa_hash_compute( alg, NULL, 0,