From d75c4c23818c0221cb8adba705b3dcff9a65c324 Mon Sep 17 00:00:00 2001 From: David Horstmann Date: Fri, 28 Mar 2025 17:16:27 +0000 Subject: [PATCH] Remove unnecessary TEST_CF_PUBLIC macro call Signed-off-by: David Horstmann --- tests/suites/test_suite_cipher.function | 1 - 1 file changed, 1 deletion(-) diff --git a/tests/suites/test_suite_cipher.function b/tests/suites/test_suite_cipher.function index 3eb46257df..2856ae5699 100644 --- a/tests/suites/test_suite_cipher.function +++ b/tests/suites/test_suite_cipher.function @@ -1274,7 +1274,6 @@ void get_pkcs_padding(data_t *decrypted_block, int exp_ret, int exp_len) TEST_CF_SECRET(decrypted_block->x, decrypted_block->len); ret = mbedtls_get_pkcs_padding(decrypted_block->x, decrypted_block->len, &calculated_len); - TEST_CF_PUBLIC(decrypted_block->x, decrypted_block->len); TEST_EQUAL(ret, exp_ret); if (exp_ret == 0) {